wt.templateutil.table
Class TreeTableColumn

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

public class TreeTableColumn
extends HTMLTableColumn
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
TreeTableColumn(int modelIndex)
          Deprecated.  
 
Method Summary
 
Methods inherited from class wt.templateutil.table.HTMLTableColumn
getColumnProperties, getHeader, getHeaderComponent, getHeaderProperties, getIdentifier, getModelIndex, setColumnProperties, setHeader, setHeaderProperties, setIdentifier, setModelIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 -