Class WTAttribute

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

public class WTAttribute extends HTMLValueObject
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
  • Method Details

    • 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.
      • Source
      • AttributeName
      • FormElementName
      • DisplayObject


      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