Class CheckBoxTableColumn
- All Implemented Interfaces:
Serializable
The CheckBoxTableColumn is an extension of the HTMLTableColumn that is used by the WTHtmlTable to represent a column that is a column of HTML check boxes.
The HTML for the check boxes is generated by the CheckBoxCellComponent. See the CheckBoxCellComponent for the format of the output. This output will have to be interpreted by the FormTaskDelegate at the server that is processing the HTTP POST.
The contructors of the CheckBoxTableColumn set the cellComponent attribute to have an instance of a CheckBoxCellComponent so that when the cells in the column represented by the CheckBoxTableColumn rendered, a check box is genenereted.
The setHeader method is overriden to always return null. This will
result in the column header always being set by the getColumnName
method of the TableModel being used by the HTMLTable.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Methods inherited from class wt.templateutil.table.HTMLTableColumn
getColumnProperties, getHeaderComponent, getHeaderProperties, getIdentifier, getModelIndex, setColumnProperties, setHeader, setHeaderProperties, setIdentifier, setModelIndex