wt.templateutil.table
Class PDMLinkCheckboxColumn

java.lang.Object
  extended bywt.templateutil.table.HTMLTableColumn
      extended bywt.templateutil.table.CheckBoxTableColumn
          extended bywt.templateutil.table.PDMLinkCheckboxColumn
All Implemented Interfaces:
Serializable

public class PDMLinkCheckboxColumn
extends CheckBoxTableColumn

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.templateutil.table.CheckBoxTableColumn
 
Fields inherited from class wt.templateutil.table.HTMLTableColumn
 
Constructor Summary
PDMLinkCheckboxColumn()
           
PDMLinkCheckboxColumn(int tableModelIndex)
          The 1 argument constructor is overriden to have the cellComponent attribute set equal to an instance of a CheckBoxCellComponent after calling super.
 
Method Summary
private  void initialize()
          If the MethodContext contains the variable "checkboxCellComponent.class" this class will be used to try and set the cell component for the checkbox column.
 
Methods inherited from class wt.templateutil.table.CheckBoxTableColumn
getHeader
 
Methods inherited from class wt.templateutil.table.HTMLTableColumn
getCellComponent, getColumnProperties, getHeaderComponent, 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
 

Constructor Detail

PDMLinkCheckboxColumn

public PDMLinkCheckboxColumn()

PDMLinkCheckboxColumn

public PDMLinkCheckboxColumn(int tableModelIndex)
The 1 argument constructor is overriden to have the cellComponent attribute set equal to an instance of a CheckBoxCellComponent after calling super.

Parameters:
tableModelIndex -
Method Detail

initialize

private void initialize()
If the MethodContext contains the variable "checkboxCellComponent.class" this class will be used to try and set the cell component for the checkbox column. However if this is not present, or an exception occurs creating the cell component, the default CheckBoxCellComponent will be used.