Specifications
COM+ reference
102
Glink: API reference manual Gallagher & Robertson
int[ ] getAttributes()
Returns an attribute array for the characters in the field.
byte[ ] getDataBytes()
Returns the screen characters (bytes) for the field in the character set used
internally by Glink.
GlinkPoint getEnd()
Returns the ending position of the field.
int getLength()
Returns the length of the field.
GlinkPoint getStart()
Returns the starting position of the field.
String getString()
Returns the field text.
boolean isHidden()
Indicates whether or not the field is hidden.
boolean isHighIntensity()
Indicates whether or not the field is high-intensity.
boolean isModified()
Indicates whether or not the field has been modified.
boolean isNumeric()
Indicates whether or not the field is numeric-only.
boolean isProtected()