wt.templateutil.table
Class PDMLinkIconNoLinkTableColumn

java.lang.Object
  extended bywt.templateutil.table.HTMLTableColumn
      extended bywt.templateutil.table.PDMLinkTableColumn
          extended bywt.templateutil.table.PDMLinkIconNoLinkTableColumn

public class PDMLinkIconNoLinkTableColumn
extends PDMLinkTableColumn


Nested Class Summary
 
Nested classes inherited from class wt.templateutil.table.PDMLinkTableColumn
PDMLinkTableColumn.EmptyTableCellComponent
 
Field Summary
(package private)  HTMLComponent cellComponent
           
(package private)  HTMLTableCellComponent emptyCellComponent
           
 
Fields inherited from class wt.templateutil.table.PDMLinkTableColumn
 
Fields inherited from class wt.templateutil.table.HTMLTableColumn
 
Constructor Summary
PDMLinkIconNoLinkTableColumn(int modelIndex)
           
PDMLinkIconNoLinkTableColumn(int modelIndex, HTMLComponent cellComponent)
           
 
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.PDMLinkTableColumn
getColumnCollapseService, getTableName, isColumnCollapsed, setColumnCollapseService, setTableName
 
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
 

Field Detail

cellComponent

HTMLComponent cellComponent

emptyCellComponent

HTMLTableCellComponent emptyCellComponent
Constructor Detail

PDMLinkIconNoLinkTableColumn

public PDMLinkIconNoLinkTableColumn(int modelIndex)

PDMLinkIconNoLinkTableColumn

public PDMLinkIconNoLinkTableColumn(int modelIndex,
                                    HTMLComponent cellComponent)
Method Detail

getCellComponent

public HTMLComponent getCellComponent()
Description copied from class: PDMLinkTableColumn
Returns one of the following HTMLTableCellComponent subclassed

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