Class TableRow

  • All Implemented Interfaces:
    java.lang.Iterable<ITableCell>
    Direct Known Subclasses:
    TableHeader

    public class TableRow
    extends java.lang.Object
    implements java.lang.Iterable<ITableCell>
    Model of a table row. On a row the constraint for the row height can be set.
    • Constructor Detail

      • TableRow

        public TableRow()
    • Method Detail

      • size

        public int size()
      • iterator

        public java.util.Iterator<ITableCell> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<ITableCell>
      • hasConstraint

        public boolean hasConstraint​(ITableCell cell)
      • getHeigth

        public int getHeigth()
      • setHeigth

        public void setHeigth​(int heigth)
        Set the constraint for the row height. Default value of 0 means no constraint.
        Parameters:
        heigth - of the row