Uses of Interface
com.ebasetech.xi.api.Table

Packages that use Table
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
 interface WebFormTable
          The WebFormTable represents a table in an interactive web form.
 

Methods in com.ebasetech.xi.api that return Table
 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.
 

Methods in com.ebasetech.xi.api with parameters of type Table
 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.
 

Uses of Table in com.ebasetech.xi.api.controls
 

Methods in com.ebasetech.xi.api.controls that return Table
 Table BaseTableControl.getTable()
          Returns the Table displayed by this control.