wt.templateutil.table
Class TreeTableColumn

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

public class TreeTableColumn
extends HTMLTableColumn
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.templateutil.table.HTMLTableColumn
 
Constructor Summary
TreeTableColumn()
           
TreeTableColumn(int modelIndex)
          Deprecated.  
TreeTableColumn(int modelIndex, HTMLComponent cellComponent)
          Constuctor that sets the modelIndex of the column that points to the corresponding column in the TableModel.
 
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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

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()