Package wt.templateutil.table
Class ObjectPropertiesTableModel
java.lang.Object
wt.templateutil.table.ObjectPropertiesTableModel
- All Implemented Interfaces:
TableModel,TableModelStub
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.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intDeprecated.Deprecated.Deprecated.getMode()Deprecated.Deprecated.voidsetAttributes(Vector a_Attributes) Deprecated.voidsetColumnWidth(int a_ColumnWidth) Deprecated.voidsetContextObject(Object a_ContextObject) Deprecated.voidDeprecated.voidDeprecated.voidsetWtAttribute(WTAttribute a_WtAttribute) Deprecated.
-
Method Details
-
getAttributes
Deprecated.Gets the value of the attribute: attributes.
Supported API: true- Returns:
- Vector
-
setAttributes
Deprecated.Sets the value of the attribute: attributes.
Supported API: true- Parameters:
a_Attributes-
-
getWtAttribute
Deprecated.Gets the value of the attribute: wtAttribute.
Supported API: true- Returns:
- WTAttribute
-
setWtAttribute
Deprecated.Sets the value of the attribute: wtAttribute.
Supported API: true- Parameters:
a_WtAttribute-
-
getColumnWidth
public int getColumnWidth()Deprecated.Gets the value of the attribute: columnWidth.
Supported API: true- Returns:
- int
-
setColumnWidth
public void setColumnWidth(int a_ColumnWidth) Deprecated.Sets the value of the attribute: columnWidth.
Supported API: true- Parameters:
a_ColumnWidth-
-
getLocale
Deprecated.Gets the value of the attribute: locale.
Supported API: true- Returns:
- Locale
-
setLocale
Deprecated.Sets the value of the attribute: locale.
Supported API: true- Parameters:
a_Locale-
-
getMode
Deprecated.Gets the value of the attribute: mode.
Supported API: true- Returns:
- String
-
setMode
Deprecated.Sets the value of the attribute: mode.
Supported API: true- Parameters:
a_Mode-
-
getContextObject
Deprecated.Gets the value of the attribute: contextObject.
Supported API: true- Returns:
- Object
-
setContextObject
Deprecated.Sets the value of the attribute: contextObject.
Supported API: true- Parameters:
a_ContextObject-
-