|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
This is the interface that all TableColumnModel objects need to
implement to work with HTMLTable.
The role of HTMLTableColumnModel implementors to keep track of what
columns in the TableModel to present and what order to present them.
The HTMLTableColumnModel also keeps track of the HTMLTableColumns
that are used to help render the TableModel columns.
Supported API: true
Extendable: false
Method Summary | |
void |
addColumn(HTMLTableColumn newColumn)
Deprecated. |
HTMLTableColumn |
getColumn(int index)
Deprecated. |
HTMLTableColumn |
getColumn(Object identifier)
Deprecated. |
int |
getColumnCount()
Deprecated. |
int |
getColumnIndex(Object columnIdentifier)
Deprecated. |
Enumeration |
getColumns()
Deprecated. |
void |
moveColumn(int oldIndex,
int newIndex)
Deprecated. |
void |
removeColumn(int index)
Deprecated. |
Method Detail |
public void addColumn(HTMLTableColumn newColumn)
newColumn
- public HTMLTableColumn getColumn(int index)
index
-
public HTMLTableColumn getColumn(Object identifier)
identifier
-
public int getColumnCount()
public void moveColumn(int oldIndex, int newIndex)
oldIndex
- newIndex
- public void removeColumn(int index)
index
- public int getColumnIndex(Object columnIdentifier)
columnIdentifier
-
public Enumeration getColumns()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |