Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 107
Returns an attribute array for the characters in the field. For 3270 and 5250 the
attribute byte itself preceding the field is not included. Use the getAttribute
method to get that attribute.
Returns:
A integer array containing the attributes for the characters in the field
See also:
Attribute format.
getDataBytes
byte[ ] getDataBytes()
Returns the screen characters (bytes) for the field in the character set used
internally by Glink.
getEnd
GlinkPoint getEnd()
Returns the ending position of the field. The position can range from 1 to the
size of the presentation space. The ending position of a field is the position of
the last character in the field.
Returns:
The ending position of the field.
getLength
int getLength()
Returns the length of the field. A field's length can range from 1 to the size of
the presentation space.
Returns:
The length of the field.
getStart
GlinkPoint getStart()