wt.templateutil.table
Class TreeTableColumn
java.lang.Object
wt.templateutil.table.HTMLTableColumn
wt.templateutil.table.TreeTableColumn
- All Implemented Interfaces:
- Serializable
- public class TreeTableColumn
- extends HTMLTableColumn
- implements Serializable
Supported API: true
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class wt.templateutil.table.HTMLTableColumn |
getCellComponent, getColumnProperties, getHeader, 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 |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
TreeTableColumn
public TreeTableColumn(int modelIndex)
- Deprecated.
- Constuctor that sets the modelIndex of the column that points
to the corresponding column in the TableModel.
Supported API: true
- Parameters:
modelIndex
-
TreeTableColumn
public TreeTableColumn(int modelIndex,
HTMLComponent cellComponent)
- Constuctor that sets the modelIndex of the column that points
to the corresponding column in the TableModel. The preferred
HTMLComponent for the this column is set also.
Supported API: false
- Parameters:
modelIndex
- cellComponent
-
TreeTableColumn
public TreeTableColumn()