wt.templateutil.table
Class ActionsTableColumn

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

public class ActionsTableColumn
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
ActionsTableColumn()
           
ActionsTableColumn(int modelIndex)
          Deprecated.  
ActionsTableColumn(int modelIndex, HTMLComponent cellComponent)
          Constuctor that sets the modelIndex of the column that points to the corresponding column in the TableModel.
 
Method Summary
protected  void addHeaderComponent()
           
 
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

ActionsTableColumn

public ActionsTableColumn(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 -

ActionsTableColumn

public ActionsTableColumn(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 -

ActionsTableColumn

public ActionsTableColumn()
Method Detail

addHeaderComponent

protected void addHeaderComponent()