|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.apptrieve.agent.InputFieldInfo
public class InputFieldInfo
Encapsulates some basic information about input fields on a terminal screen.
Constructor Summary | |
---|---|
InputFieldInfo(java.lang.String text,
int length,
boolean isNumeric)
Constructor for internal use only. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
getLength()
Get the length of the input field in characters. |
boolean |
getNumeric()
Determine if the input field is configured by the host application to be a numeric field. |
java.lang.String |
getText()
Get the text that is currently displayed in the input field. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputFieldInfo(java.lang.String text, int length, boolean isNumeric)
text
- textlength
- lengthisNumeric
- isNumericMethod Detail |
---|
public int getLength()
getLength
in interface com.wrq.rejuv.IInputFieldInfo
public java.lang.String getText()
getText
in interface com.wrq.rejuv.IInputFieldInfo
public boolean getNumeric()
getNumeric
in interface com.wrq.rejuv.IInputFieldInfo
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |