public class HiddenDisplayObject extends java.lang.Object implements IHiddenDisplayObject
| Constructor and Description |
|---|
HiddenDisplayObject(java.lang.String theName,
java.lang.String theValue)
Creates a hidden display object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the display object.
|
java.lang.String |
getValue()
Returns the value that is currently set.
|
void |
setValue(java.lang.String theValue)
Sets the value for a display object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getValuepublic HiddenDisplayObject(java.lang.String theName,
java.lang.String theValue)
theName - The name of the hidden display object and of the
corresponding form field variable.theValue - The value to assign to the form field variable.public java.lang.String getName()
IDisplayObjectgetName in interface IDisplayObjectpublic java.lang.String getValue()
IDisplayObjectgetValue in interface IDisplayObjectpublic void setValue(java.lang.String theValue)
theValue - The value to set for the display object.