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