wt.templateutil.table
Class PDMLinkCheckboxColumn
java.lang.Object
wt.templateutil.table.HTMLTableColumn
wt.templateutil.table.CheckBoxTableColumn
wt.templateutil.table.PDMLinkCheckboxColumn
- All Implemented Interfaces:
- Serializable
- public class PDMLinkCheckboxColumn
- extends CheckBoxTableColumn
- See Also:
- Serialized Form
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.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 |
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
-
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.