Class CheckBoxTableColumn

java.lang.Object
wt.templateutil.table.HTMLTableColumn
wt.templateutil.table.CheckBoxTableColumn
All Implemented Interfaces:
Serializable

public class CheckBoxTableColumn extends HTMLTableColumn implements Serializable
Deprecated.
Deprecation Notice: This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten using a different framework in an upcoming release.

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: