|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.HTMLTableColumn
wt.templateutil.table.LatestVersionTableColumn
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
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 |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public LatestVersionTableColumn()
public LatestVersionTableColumn(int modelIndex)
modelIndex
- Method Detail |
public Object getHeader()
getHeader
in class HTMLTableColumn
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |