|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.HTMLValueObject
wt.templateutil.table.WTAttribute
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 |
private static final String RESOURCE
private static final String CLASSNAME
private String attributeName
private static boolean VERBOSE
private ReflectionHelper reflectionHelper
private AttributeHelper attributeHelper
private int index
private Hashtable classInfoHash
private Locale locale
Constructor Detail |
public WTAttribute()
Method Detail |
public String getAttributeName()
public void setAttributeName(String a_AttributeName)
a_AttributeName
- public ReflectionHelper getReflectionHelper()
public void setReflectionHelper(ReflectionHelper a_ReflectionHelper)
a_ReflectionHelper
- public AttributeHelper getAttributeHelper()
public void setAttributeHelper(AttributeHelper a_AttributeHelper)
a_AttributeHelper
- public int getIndex()
public void setIndex(int a_Index)
a_Index
- public void init(Object source, String attribute)
source
- attribute
- public Method getReadMethod() throws NoSuchMethodException
NoSuchMethodException
public Class getDisplayClass()
HTMLValueObject
getDisplayClass
in class HTMLValueObject
public void setDisplayClass(Class displayClass)
HTMLValueObject
setDisplayClass
in class HTMLValueObject
displayClass
- public Object getDisplayObject()
HTMLValueObject
getDisplayObject
in class HTMLValueObject
public void setLocale(Locale new_locale)
public Locale getLocale()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |