|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.table.DefaultHTMLTableColumnModel
public class DefaultHTMLTableColumnModel
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 class represents the default implementation of the HTMLTableColumnModel.
All of the methods in this default implementation perform the responsibilities
of the methods in the obvious way.
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. |
int |
getColumnMargin()
Deprecated. |
Enumeration |
getColumns()
Deprecated. |
void |
moveColumn(int oldIndex,
int newIndex)
Deprecated. |
void |
removeColumn(int index)
Deprecated. |
void |
setColumnMargin(int a_ColumnMargin)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getColumnMargin()
public void setColumnMargin(int a_ColumnMargin)
a_ColumnMargin - public void addColumn(HTMLTableColumn newColumn)
addColumn in interface HTMLTableColumnModelnewColumn - public HTMLTableColumn getColumn(int index)
getColumn in interface HTMLTableColumnModelindex -
public HTMLTableColumn getColumn(Object identifier)
getColumn in interface HTMLTableColumnModelidentifier -
public int getColumnCount()
getColumnCount in interface HTMLTableColumnModel
public void moveColumn(int oldIndex,
int newIndex)
moveColumn in interface HTMLTableColumnModeloldIndex - newIndex - public void removeColumn(int index)
removeColumn in interface HTMLTableColumnModelindex - public int getColumnIndex(Object columnIdentifier)
getColumnIndex in interface HTMLTableColumnModelcolumnIdentifier -
public Enumeration getColumns()
getColumns in interface HTMLTableColumnModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||