|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.table.HTMLTableColumn
wt.templateutil.table.CheckBoxTableColumn
public class CheckBoxTableColumn
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
| Method Summary |
|---|
| Methods inherited from class wt.templateutil.table.HTMLTableColumn |
|---|
getColumnProperties, getHeaderComponent, getHeaderProperties, getIdentifier, getModelIndex, setColumnProperties, setHeader, setHeaderProperties, setIdentifier, setModelIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||