wt.templateutil.table
Class WTAttribute

java.lang.Object
  extended by wt.templateutil.table.HTMLValueObject
      extended by wt.templateutil.table.WTAttribute

Deprecated.

public class WTAttribute
extends HTMLValueObject

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


Method Summary
 String getAttributeName()
          Deprecated.  
 int getIndex()
          Deprecated.  
 Method getReadMethod()
          Deprecated.  
 void init(Object source, String attribute)
          Deprecated.  
 void setAttributeName(String a_AttributeName)
          Deprecated.  
 void setIndex(int a_Index)
          Deprecated.  
 
Methods inherited from class wt.templateutil.table.HTMLValueObject
getFormElementName, getSource, setDisplayObject, setFormElementName, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttributeName

public String 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

public void setAttributeName(String a_AttributeName)
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

public void init(Object source,
                 String attribute)
Deprecated. 

Initializes the following class attributes.

Supported API: true

Parameters:
source -
attribute -

getReadMethod

public Method getReadMethod()
                     throws NoSuchMethodException
Deprecated. 

Obtain the "getter" method used to get the value for the specified attribute.

Supported API: true

Returns:
Method
Throws:
NoSuchMethodException