|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.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. Base convenience class to be used with the HTMLTable and the TableModel.
Quite often more information is needed to present an object that simply the object itself. The HTMLValueObject presents a wrapper that allows the TableModel to pass all of the required information to the HMTL component that will render the object.
The information that the HTMLValueObject is a wrapper for is
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private Class |
displayClass
Deprecated. |
private Object |
displayObject
Deprecated. |
private String |
formElementName
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private Object |
source
Deprecated. |
Constructor Summary | |
HTMLValueObject()
Deprecated. |
Method Summary | |
Class |
getDisplayClass()
Deprecated. |
Object |
getDisplayObject()
Deprecated. |
String |
getFormElementName()
Deprecated. |
Object |
getSource()
Deprecated. |
void |
setDisplayClass(Class a_DisplayClass)
Deprecated. |
void |
setDisplayObject(Object a_DisplayObject)
Deprecated. |
void |
setFormElementName(String a_FormElementName)
Deprecated. |
void |
setSource(Object a_Source)
Deprecated. |
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 Object source
private Class displayClass
private String formElementName
private Object displayObject
Constructor Detail |
public HTMLValueObject()
Method Detail |
public Object getSource()
public void setSource(Object a_Source)
a_Source
- public Class getDisplayClass()
public void setDisplayClass(Class a_DisplayClass)
a_DisplayClass
- public String getFormElementName()
public void setFormElementName(String a_FormElementName)
a_FormElementName
- public Object getDisplayObject()
public void setDisplayObject(Object a_DisplayObject)
a_DisplayObject
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |