Package wt.templateutil.table
Class WTAttribute
java.lang.Object
wt.templateutil.table.HTMLValueObject
wt.templateutil.table.WTAttribute
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.intgetIndex()Deprecated.Deprecated.voidDeprecated.voidsetAttributeName(String a_AttributeName) Deprecated.voidsetIndex(int a_Index) Deprecated.Methods inherited from class wt.templateutil.table.HTMLValueObject
getFormElementName, getSource, setDisplayObject, setFormElementName, setSource
-
Method Details
-
getAttributeName
Deprecated.Gets the value of the attribute: attributeName; attributeName is the name of the attribute in the display object.
Supported API: true- Returns:
- String
-
setAttributeName
Deprecated.Sets the value of the attribute: attributeName; attributeName is the name of the attribute in the display object.
Supported API: true- Parameters:
a_AttributeName-
-
getIndex
public int getIndex()Deprecated.Gets the value of the attribute: index.
Supported API: true- Returns:
- int
-
setIndex
public void setIndex(int a_Index) Deprecated.Sets the value of the attribute: index.
Supported API: true- Parameters:
a_Index-
-
init
Deprecated.Initializes the following class attributes.- Source
- AttributeName
- FormElementName
- DisplayObject
Supported API: true- Parameters:
source-attribute-
-
getReadMethod
Deprecated.Obtain the "getter" method used to get the value for the specified attribute.
Supported API: true- Returns:
- Method
- Throws:
NoSuchMethodException
-