|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jagacy.Field
This class is a holder for field information.
Session3270.readFields()
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
getAttribute()
Returns the raw attribute associated with this field. |
int |
getColumn()
Returns the column coordinate of the field. |
int |
getFieldNumber()
Returns the field number of the field. |
Location |
getLocation()
Returns the location of the field. |
int |
getRow()
Returns the row coordinate of the field. |
java.lang.String |
getValue()
Returns the value of the field. |
boolean |
isIntensified()
Determines if the field is intensified or not. |
boolean |
isNumeric()
Determines if the field is numeric or not. |
boolean |
isProtected()
Determines if the field is protected or not. |
boolean |
isSelectable()
Determines if the field is light pen selectable or not. |
boolean |
isValid()
Determines if the field is still shown on the screen. |
boolean |
isVisible()
Determines if the field is visible or not. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public boolean isProtected()
public boolean isNumeric()
public boolean isSelectable()
public boolean isIntensified()
public boolean isVisible()
public boolean isValid()
public int getAttribute()
public int getFieldNumber()
public int getColumn()
public int getRow()
public Location getLocation()
public java.lang.String getValue()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |