public interface WebFormTableColumn extends TableColumn, WebFormFieldOrColumn
WebFormTableColumn represents a table column in an interactive web form.
Individual table columns can be accessed via their parent table.
| Modifier and Type | Method and Description |
|---|---|
FieldColumnControl |
getColumnControl()
Returns the first Table Column Control on the current page that displays this column.
|
FieldColumnControl |
getColumnControl(Page page)
Returns the first Table Column Control on the specified page that displays this column.
|
FieldControl |
getFieldControl()
Returns the first Field Control on the current page that displays this column.
|
FieldControl |
getFieldControl(Page page)
Returns the first Table Column Control on the specified page that displays this column.
|
Text |
getLabelText()
Returns the column header
Text for the column for the current language. |
getTablegetDisplayValue, getDisplayValue, getStringValue, getType, getValue, setDisplayValue, setValuegetElementName, getElementTypecreateCustomList, createCustomList, getDisplayLength, getDisplayType, getHelpText, getList, getMaxDisplayLength, isClientAccessibleFieldColumnControl getColumnControl()
getFieldControl() when the table column is displayed in a Repeater Control
or standalone on a page.getColumnControl(Page)FieldColumnControl getColumnControl(Page page)
getFieldControl(Page) when the table column is displayed in a Repeater Control
or standalone on a page.getColumnControl()FieldControl getFieldControl()
getColumnControl() when the table column
is displayed in a Table Control.getFieldControl(Page)FieldControl getFieldControl(Page page)
getColumnControl(Page) when the table column
is displayed in a Table Control.getFieldControl()Text getLabelText()
Text for the column for the current language.getLabelText in interface WebFormFieldOrColumn