public interface TableDataInterface
Modifier and Type | Method and Description |
---|---|
void |
addRow(TableRow row)
Adds the supplied row to the table data.
|
TableRow |
createNewRow()
Factory method.
|
java.util.Iterator |
getAllRows()
Returns an iterator over the entire set of rows in this table.
|
java.util.Iterator |
getChangedRows()
Returns an iterator over the set of changed rows in this table.
|
int |
getNumberOfChangedRows()
Returns the number of rows that have been changed
|
TableRow |
getTableRow(int uniqueIdentifier)
Gets the tableRow associated with this unique identifier.
|
java.util.Iterator getAllRows() throws com.ebasetech.ufs.kernel.FormException
com.ebasetech.ufs.kernel.FormException
java.util.Iterator getChangedRows()
int getNumberOfChangedRows()
TableRow createNewRow()
void addRow(TableRow row)
row
- the TableRow to be added to this table.TableRow getTableRow(int uniqueIdentifier)
uniqueIdentifier
-