Uses of Interface
com.ebasetech.xi.api.WebFormTableColumn
Package | Description |
---|---|
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 Modifier and Type Method Description WebFormTableColumn
WebFormTable. getColumn(java.lang.String columnName)
Returns the specifiedtable column
or null if the column does not exist.WebFormTableColumn[]
WebFormTable. getColumns()
Returns an array of alltable columns
in the table. -
Uses of WebFormTableColumn in com.ebasetech.xi.api.controls
Methods in com.ebasetech.xi.api.controls that return WebFormTableColumn Modifier and Type Method Description WebFormTableColumn
FieldColumnControl. getTableColumn()
Returns thetable column
displayed by this Table Column Control.