Class IconTableColumn
The HTML component that is used by the IconTableColumn to render the cells in its column is the IconFirstCellComponent. This HTML component presents a single "logical" cell that is actually two HTML table cells. The first cell is the image that is associated with the class being presented in the row. The image is state dependent, e.g. is the object is checked out an additional glyph will be added over the image to indicate this state. The second cell will present the value of an arbitrary attribute with a link to the Properties page for the object being presented.
The header Properties are set to adjust for the fact that
while the IconTableColumn is a single "logical" column, it is
actually two HTML column widths. Thus, the header needs to have
column width of two. Otherwise, the headers will be mis-aligned.
Supported API: true
Extendable: false
-
Method Summary
Methods inherited from class wt.templateutil.table.HTMLTableColumn
getColumnProperties, getHeader, getHeaderComponent, getHeaderProperties, getIdentifier, getModelIndex, setColumnProperties, setHeader, setHeaderProperties, setIdentifier, setModelIndex