|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.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
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private int |
columnMargin
Deprecated. |
private Vector |
htmlTableColumns
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private static boolean |
VERBOSE
Deprecated. |
Constructor Summary | |
DefaultHTMLTableColumnModel()
Deprecated. |
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. |
Vector |
getHtmlTableColumns()
Deprecated. |
void |
moveColumn(int oldIndex,
int newIndex)
Deprecated. |
void |
removeColumn(int index)
Deprecated. |
void |
setColumnMargin(int a_ColumnMargin)
Deprecated. |
void |
setHtmlTableColumns(Vector a_HtmlTableColumns)
Deprecated. |
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
private int columnMargin
private static boolean VERBOSE
private Vector htmlTableColumns
Constructor Detail |
public DefaultHTMLTableColumnModel()
Method Detail |
public int getColumnMargin()
public void setColumnMargin(int a_ColumnMargin)
a_ColumnMargin
- public Vector getHtmlTableColumns()
public void setHtmlTableColumns(Vector a_HtmlTableColumns) throws WTPropertyVetoException
a_HtmlTableColumns
-
WTPropertyVetoException
public void addColumn(HTMLTableColumn newColumn)
addColumn
in interface HTMLTableColumnModel
newColumn
- public HTMLTableColumn getColumn(int index)
getColumn
in interface HTMLTableColumnModel
index
-
public HTMLTableColumn getColumn(Object identifier)
getColumn
in interface HTMLTableColumnModel
identifier
-
public int getColumnCount()
getColumnCount
in interface HTMLTableColumnModel
public void moveColumn(int oldIndex, int newIndex)
moveColumn
in interface HTMLTableColumnModel
oldIndex
- newIndex
- public void removeColumn(int index)
removeColumn
in interface HTMLTableColumnModel
index
- public int getColumnIndex(Object columnIdentifier)
getColumnIndex
in interface HTMLTableColumnModel
columnIdentifier
-
public Enumeration getColumns()
getColumns
in interface HTMLTableColumnModel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |