Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 109
isNumeric
boolean isNumeric()
Indicates whether or not the field is numeric-only.
Returns:
True if the field is numeric only, otherwise false.
isProtected
boolean isProtected()
Indicates whether or not the field is protected.
Returns:
True if the field is protected, otherwise false.
setString
void setString(String text)
Sets the field text to the specified string. If the string is shorter than the length of
the field, the rest of the field is cleared. If the string is longer than the field, the
text is truncated. A subsequent call to getText on this field will not show the
changed text. To see the changed text, do a refresh on the GlinkFields collection
and retrieve the refreshed field object.
Parameters:
text - The text to be placed in the field's text plane.