Class TableRowInfoStructure

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class TableRowInfoStructure
    extends java.lang.Object
    implements java.lang.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)
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException