Class TableSection

    • Field Detail

      • rows

        public final java.util.ArrayList<TableRow> rows
      • row

        protected int row
      • column

        protected int column
    • Method Detail

      • getRows

        public java.util.ArrayList<TableRow> getRows()
      • getRow

        public int getRow()
      • getColumn

        public int getColumn()
      • nextRow

        public void nextRow()
      • setCell

        public void setCell​(int row,
                            int column,
                            TableCell cell)
      • normalize

        public void normalize()
      • expandTo

        public TableRow expandTo​(int row)
      • expandTo

        public TableRow expandTo​(int row,
                                 int column)
      • defaultRow

        public TableRow defaultRow()
      • defaultCell

        public TableCell defaultCell()
      • get

        public TableRow get​(int row)
      • getMaxColumns

        public int getMaxColumns()
      • getMinColumns

        public int getMinColumns()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object