Package | Description |
---|---|
com.ebasetech.xi.api | |
com.ebasetech.xi.api.controls |
Modifier and Type | Interface and Description |
---|---|
interface |
WebFormTable
The
WebFormTable represents a table in an interactive web form. |
Modifier and Type | Method and Description |
---|---|
Table |
TableColumn.getTable()
Returns the
Table of which this column forms a part. |
Table |
Tables.getTable(java.lang.String tableName)
Returns the
Table with name tableName . |
Modifier and Type | Method and Description |
---|---|
void |
Table.copyTable(Table fromTable,
boolean removeExistingRows)
Optionally removes all existing rows and then copies rows from the table specified by
fromTable . |
void |
Table.replaceTable(Table fromTable)
Removes all existing rows and copies rows from the table specified by
fromTable . |
Modifier and Type | Method and Description |
---|---|
Table |
BaseTableControl.getTable()
Returns the
Table displayed by this control. |