|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HTMLTableColumnModel
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 |
|---|
void addColumn(HTMLTableColumn newColumn)
newColumn - HTMLTableColumn getColumn(int index)
index -
HTMLTableColumn getColumn(Object identifier)
identifier -
int getColumnCount()
void moveColumn(int oldIndex,
int newIndex)
oldIndex - newIndex - void removeColumn(int index)
index - int getColumnIndex(Object columnIdentifier)
columnIdentifier -
Enumeration getColumns()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||