public class TableRowInfoStructure
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
TableRowInfoStructure() |
Modifier and Type | Method and Description |
---|---|
void |
addCell(TableCell cell) |
java.lang.Object |
clone() |
TableCell |
getCellAt(int col) |
int |
getCellCount() |
int |
getRowNumber() |
boolean |
isValidationDone() |
void |
replaceCell(int pos,
RemovedCell cell) |
void |
setRowNumber(int rowNumber) |
void |
setValidationDone(boolean validationDone) |
public void addCell(TableCell cell)
public int getCellCount()
public TableCell getCellAt(int col)
public boolean isValidationDone()
public void setValidationDone(boolean validationDone)
public int getRowNumber()
public void setRowNumber(int rowNumber)
public void replaceCell(int pos, RemovedCell cell)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException