public class VerifyTextNoEchoDisplayObject extends TextDisplayObject implements IVerifyTextNoEchoDisplayObject
Constructor and Description |
---|
VerifyTextNoEchoDisplayObject(java.lang.String theCaption,
java.lang.String theName)
Create a verify text no echo 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.
|
getCaption
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCaption
getName, getValue
public VerifyTextNoEchoDisplayObject(java.lang.String theCaption, java.lang.String theName)
theCaption
- The label for this display object.theName
- The name of this display object and of the corresponding
form field variable.public java.lang.String getName()
IDisplayObject
getName
in interface IDisplayObject
public java.lang.String getValue()
IDisplayObject
getValue
in interface IDisplayObject
public void setValue(java.lang.String theValue)
theValue
- The value to set for the display object.