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 interfaceWebFormTableTheWebFormTablerepresents a table in an interactive web form.Methods in com.ebasetech.xi.api that return Table Modifier and Type Method Description TableTableColumn. getTable()Returns theTableof which this column forms a part.TableTables. getTable(java.lang.String tableName)Returns theTablewith nametableName.Methods in com.ebasetech.xi.api with parameters of type Table Modifier and Type Method Description voidTable. copyTable(Table fromTable, boolean removeExistingRows)Optionally removes all existing rows and then copies rows from the table specified byfromTable.voidTable. 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 TableBaseTableControl. getTable()Returns theTabledisplayed by this control.