wt.templateutil.table
Class PDMLinkIconNoLinkTableColumn
java.lang.Object
wt.templateutil.table.HTMLTableColumn
wt.templateutil.table.PDMLinkTableColumn
wt.templateutil.table.PDMLinkIconNoLinkTableColumn
- public class PDMLinkIconNoLinkTableColumn
- 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. |
Methods inherited from class wt.templateutil.table.HTMLTableColumn |
getColumnProperties, getHeader, getHeaderProperties, getIdentifier, getModelIndex, setCellComponent, 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
PDMLinkIconNoLinkTableColumn
public PDMLinkIconNoLinkTableColumn(int modelIndex)
PDMLinkIconNoLinkTableColumn
public PDMLinkIconNoLinkTableColumn(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