wt.templateutil.table
Class HTMLValueObject

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

public class HTMLValueObject
extends Object

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



Supported API: true

Extendable: false


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

RESOURCE

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

CLASSNAME

private static final String CLASSNAME
Deprecated. 

source

private Object source
Deprecated. 

displayClass

private Class displayClass
Deprecated. 

formElementName

private String formElementName
Deprecated. 

displayObject

private Object displayObject
Deprecated. 
Constructor Detail

HTMLValueObject

public HTMLValueObject()
Deprecated. 
Method Detail

getSource

public Object getSource()
Deprecated.  

Gets the value of the attribute: source; source is the actual business object.

Supported API: true

Returns:
Object

setSource

public void setSource(Object a_Source)
Deprecated.  

Sets the value of the attribute: source; source is the actual business object.

Supported API: true

Parameters:
a_Source -

getDisplayClass

public Class getDisplayClass()
Deprecated.  

Gets the value of the attribute: displayClass; displayClass is the class of the object that an HTML component should present.

Supported API: true

Returns:
Class

setDisplayClass

public void setDisplayClass(Class a_DisplayClass)
Deprecated.  

Sets the value of the attribute: displayClass; displayClass is the class of the object that an HTML component should present.

Supported API: true

Parameters:
a_DisplayClass -

getFormElementName

public String getFormElementName()
Deprecated.  

Gets the value of the attribute: formElementName; formElementName is the name to use in the HTML form for either the INPUT or the SELECT element.

Supported API: true

Returns:
String

setFormElementName

public void setFormElementName(String a_FormElementName)
Deprecated.  

Sets the value of the attribute: formElementName; formElementName is the name to use in the HTML form for either the INPUT or the SELECT element.

Supported API: true

Parameters:
a_FormElementName -

getDisplayObject

public Object getDisplayObject()
Deprecated.  

Gets the value of the attribute: displayObject; displayObject is the object that an HTML component should present.

Supported API: true

Returns:
Object

setDisplayObject

public void setDisplayObject(Object a_DisplayObject)
Deprecated.  

Sets the value of the attribute: displayObject; displayObject is the object that an HTML component should present.

Supported API: true

Parameters:
a_DisplayObject -