wt.templateutil.table
Class PDMLinkIconTableColumn
java.lang.Object
wt.templateutil.table.HTMLTableColumn
wt.templateutil.table.PDMLinkTableColumn
wt.templateutil.table.PDMLinkIconTableColumn
- Direct Known Subclasses:
- PickerIconTableColumn
- public class PDMLinkIconTableColumn
- extends PDMLinkTableColumn
Method Summary |
HTMLComponent |
getCellComponent()
Returns one of the following HTMLTableCellComponent subclassed
PDMLinkDefaultHTMLCellComponent - the column IS NOT hidden
EmptyTableCellComponent - the column IS hidden
|
HTMLComponent |
getHeaderComponent()
Gets the HTML component preferred by the column to present the header. |
void |
setCellComponent(HTMLComponent cellComponent)
Sets the HTML component preferred by the column to render the cells in this column. |
Methods inherited from class wt.templateutil.table.HTMLTableColumn |
getColumnProperties, getHeader, getHeaderProperties, getIdentifier, getModelIndex, setColumnProperties, setHeader, setHeaderComponent, setHeaderProperties, setIdentifier, setModelIndex |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cellComponent
HTMLComponent cellComponent
emptyCellComponent
HTMLTableCellComponent emptyCellComponent
PDMLinkIconTableColumn
public PDMLinkIconTableColumn(int modelIndex)
PDMLinkIconTableColumn
public PDMLinkIconTableColumn(int modelIndex,
HTMLComponent cellComponent)
getCellComponent
public HTMLComponent getCellComponent()
- Description copied from class:
PDMLinkTableColumn
- Returns one of the following HTMLTableCellComponent subclassed
- PDMLinkDefaultHTMLCellComponent - the column IS NOT hidden
- EmptyTableCellComponent - the column IS hidden
- Overrides:
getCellComponent
in class PDMLinkTableColumn
getHeaderComponent
public HTMLComponent getHeaderComponent()
- Description copied from class:
HTMLTableColumn
- Gets the HTML component preferred by the column to present the header.
By default this value is null. If it is set, then the HTMLTable will use
this component instead of going to the HTMLComponentFactory to select
the appropriate HTML component.
Supported API: true
- Overrides:
getHeaderComponent
in class HTMLTableColumn
- Returns:
- HTMLComponent
setCellComponent
public void setCellComponent(HTMLComponent cellComponent)
- Description copied from class:
HTMLTableColumn
- Sets the HTML component preferred by the column to render the cells in this column.
By default this value is null. If it is set, then the HTMLTable will use
this component instead of going to the HTMLComponentFactory to select
the appropriate HTML component.
Supported API: false
- Overrides:
setCellComponent
in class HTMLTableColumn
- Parameters:
cellComponent
-