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

Packages that use WebFormTableColumn
com.ebasetech.xi.api   
com.ebasetech.xi.api.controls   
 

Uses of WebFormTableColumn in com.ebasetech.xi.api
 

Methods in com.ebasetech.xi.api that return WebFormTableColumn
 WebFormTableColumn WebFormTable.getColumn(java.lang.String columnName)
          Returns the specified table column or null if the column does not exist.
 WebFormTableColumn[] WebFormTable.getColumns()
          Returns an array of all table columns in the table.
 

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

Methods in com.ebasetech.xi.api.controls that return WebFormTableColumn
 WebFormTableColumn FieldColumnControl.getTableColumn()
          Returns the table column displayed by this Table Column Control.