Class TableRowInfoStructure

  • All Implemented Interfaces:
    Cloneable

    public class TableRowInfoStructure
    extends Object
    implements Cloneable
    Creation-Date: 10.09.2006, 20:01:18
    Author:
    Thomas Morgner
    • Constructor Detail

      • TableRowInfoStructure

        public TableRowInfoStructure()
    • Method Detail

      • addCell

        public void addCell​(TableCell cell)
      • getCellCount

        public int getCellCount()
      • getCellAt

        public TableCell getCellAt​(int col)
      • isValidationDone

        public boolean isValidationDone()
      • setValidationDone

        public void setValidationDone​(boolean validationDone)
      • getRowNumber

        public int getRowNumber()
      • setRowNumber

        public void setRowNumber​(int rowNumber)
      • replaceCell

        public void replaceCell​(int pos,
                                RemovedCell cell)