Package wt.templateutil.table
Class DefaultHTMLTableColumnModel
java.lang.Object
wt.templateutil.table.DefaultHTMLTableColumnModel
- All Implemented Interfaces:
HTMLTableColumnModel
Deprecated.
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
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
Modifier and TypeMethodDescriptionintDeprecated.voidsetColumnMargin(int a_ColumnMargin) Deprecated.
-
Method Details
-
getColumnMargin
public int getColumnMargin()Deprecated.Gets the value of the attribute: columnMargin; Controls the margin around the column. By default this value is set to zero.
Supported API: true- Returns:
- int
-
setColumnMargin
public void setColumnMargin(int a_ColumnMargin) Deprecated.Sets the value of the attribute: columnMargin; Controls the margin around the column. By default this value is set to zero.
Supported API: true- Parameters:
a_ColumnMargin-
-