Package wt.templateutil.table
Class ActionsTableColumn
java.lang.Object
wt.templateutil.table.HTMLTableColumn
wt.templateutil.table.ActionsTableColumn
- All Implemented Interfaces:
Serializable
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class wt.templateutil.table.HTMLTableColumn
getColumnProperties, getHeader, getHeaderComponent, getHeaderProperties, getIdentifier, getModelIndex, setColumnProperties, setHeader, setHeaderProperties, setIdentifier, setModelIndex
-
Constructor Details
-
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-
-