wt.templateutil.table
Class WTAttribute

java.lang.Object
  extended bywt.templateutil.table.HTMLValueObject
      extended bywt.templateutil.table.WTAttribute
Direct Known Subclasses:
EffGroupAttribute

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


Field Summary
private  AttributeHelper attributeHelper
          Deprecated.  
private  String attributeName
          Deprecated.  
private  Hashtable classInfoHash
          Deprecated.  
private static String CLASSNAME
          Deprecated.  
private  int index
          Deprecated.  
private  Locale locale
          Deprecated.  
private  ReflectionHelper reflectionHelper
          Deprecated.  
private static String RESOURCE
          Deprecated.  
private static boolean VERBOSE
          Deprecated.  
 
Fields inherited from class wt.templateutil.table.HTMLValueObject
 
Constructor Summary
WTAttribute()
          Deprecated.  
 
Method Summary
 AttributeHelper getAttributeHelper()
          Deprecated.  
 String getAttributeName()
          Deprecated.  
 Class getDisplayClass()
          Deprecated. Gets the value of the attribute: displayClass; displayClass is the class of the object that an HTML component should present.
 Object getDisplayObject()
          Deprecated. Gets the value of the attribute: displayObject; displayObject is the object that an HTML component should present.
 int getIndex()
          Deprecated.  
 Locale getLocale()
          Deprecated.  
 Method getReadMethod()
          Deprecated.  
 ReflectionHelper getReflectionHelper()
          Deprecated.  
 void init(Object source, String attribute)
          Deprecated.  
 void setAttributeHelper(AttributeHelper a_AttributeHelper)
          Deprecated.  
 void setAttributeName(String a_AttributeName)
          Deprecated.  
 void setDisplayClass(Class displayClass)
          Deprecated. Sets the value of the attribute: displayClass; displayClass is the class of the object that an HTML component should present.
 void setIndex(int a_Index)
          Deprecated.  
 void setLocale(Locale new_locale)
          Deprecated.  
 void setReflectionHelper(ReflectionHelper a_ReflectionHelper)
          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
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

attributeName

private String attributeName
Deprecated. 

VERBOSE

private static boolean VERBOSE
Deprecated. 

reflectionHelper

private ReflectionHelper reflectionHelper
Deprecated. 

attributeHelper

private AttributeHelper attributeHelper
Deprecated. 

index

private int index
Deprecated. 

classInfoHash

private Hashtable classInfoHash
Deprecated. 

locale

private Locale locale
Deprecated. 
Constructor Detail

WTAttribute

public WTAttribute()
Deprecated. 
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 -

getReflectionHelper

public ReflectionHelper getReflectionHelper()
Deprecated.  

Gets the value of the attribute: reflectionHelper.

Supported API: false

Returns:
ReflectionHelper

setReflectionHelper

public void setReflectionHelper(ReflectionHelper a_ReflectionHelper)
Deprecated.  

Sets the value of the attribute: reflectionHelper.

Supported API: false

Parameters:
a_ReflectionHelper -

getAttributeHelper

public AttributeHelper getAttributeHelper()
Deprecated.  

Gets the value of the attribute: attributeHelper.

Supported API: false

Returns:
AttributeHelper

setAttributeHelper

public void setAttributeHelper(AttributeHelper a_AttributeHelper)
Deprecated.  

Sets the value of the attribute: attributeHelper.

Supported API: false

Parameters:
a_AttributeHelper -

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

getDisplayClass

public Class getDisplayClass()
Deprecated. 
Description copied from class: HTMLValueObject
Gets the value of the attribute: displayClass; displayClass is the class of the object that an HTML component should present.

Supported API: true

Overrides:
getDisplayClass in class HTMLValueObject
Returns:
Class

setDisplayClass

public void setDisplayClass(Class displayClass)
Deprecated. 
Description copied from class: HTMLValueObject
Sets the value of the attribute: displayClass; displayClass is the class of the object that an HTML component should present.

Supported API: true

Overrides:
setDisplayClass in class HTMLValueObject
Parameters:
displayClass -

getDisplayObject

public Object getDisplayObject()
Deprecated. 
Description copied from class: HTMLValueObject
Gets the value of the attribute: displayObject; displayObject is the object that an HTML component should present.

Supported API: true

Overrides:
getDisplayObject in class HTMLValueObject
Returns:
Object

setLocale

public void setLocale(Locale new_locale)
Deprecated. 

getLocale

public Locale getLocale()
Deprecated.