wt.templateutil.table
Class LatestVersionTableColumn

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

public class LatestVersionTableColumn
extends HTMLTableColumn
implements Serializable

Deprecation Notice: This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten using a different framework in an upcoming release. Custom HTMLTableColumn that provides its own CellComponent. This column can be used in an HTMLTable to provide a column that displays a link to the All Versions page and links to the Latest versions page.

The HTML component that is used by the LatestVersionTableColumn to render the cells in its column is the LatestVersionCellComponent.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
Fields inherited from class wt.templateutil.table.HTMLTableColumn
 
Constructor Summary
LatestVersionTableColumn()
          Deprecated. Initializes the column by setting the cellComponent to an instance of the LatestVersionCellComponent
LatestVersionTableColumn(int modelIndex)
          Deprecated. Initializes the column by setting the cellComponent to an instance of the LatestVersionCellComponent.
 
Method Summary
 Object getHeader()
          Deprecated. Returns the value to be used to generate the header in the Table for the LatestVersionTableColumn.
 
Methods inherited from class wt.templateutil.table.HTMLTableColumn
getCellComponent, getColumnProperties, 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
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

LatestVersionTableColumn

public LatestVersionTableColumn()
Deprecated. 
Initializes the column by setting the cellComponent to an instance of the LatestVersionCellComponent


LatestVersionTableColumn

public LatestVersionTableColumn(int modelIndex)
Deprecated. 
Initializes the column by setting the cellComponent to an instance of the LatestVersionCellComponent. The super is called with the modelIndex to set the index to the the column in the TableModel.

Parameters:
modelIndex -
Method Detail

getHeader

public Object getHeader()
Deprecated. 
Returns the value to be used to generate the header in the Table for the LatestVersionTableColumn. A LocalizedMessage that presents the title for the Latest Version column is returned.

Overrides:
getHeader in class HTMLTableColumn
Returns:
Object