public interface GXIField extends GXICellable
Note: The field object is a snapshot of a field as it was taken from a host screen. You cannot set properties to the field. In order to set content to fields on the host screen, use the session object and the request objects.
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_APPFIELD |
static int |
TYPE_HOSTFIELD |
static int |
TYPE_HOSTKEY_FIELD |
static int |
TYPE_MULTIPLE_APPFIELD |
Modifier and Type | Method and Description |
---|---|
int |
getBGColor() |
String |
getContent() |
int |
getDataType() |
int |
getFGColor() |
int |
getIndex() |
String |
getInputMask() |
int |
getLength() |
String |
getName() |
GXPosition |
getPosition() |
String |
getScreenName() |
int |
getScreenSequenceNumber() |
String |
getVisualContent() |
boolean |
isAppField() |
boolean |
isAutoCursorJump() |
boolean |
isAutoEnter() |
boolean |
isBlinking() |
boolean |
isHighIntensified() |
boolean |
isMultiple() |
boolean |
isProtected() |
boolean |
isReversedVideo() |
boolean |
isUnderlined() |
boolean |
isVisible() |
static final int TYPE_HOSTFIELD
static final int TYPE_APPFIELD
static final int TYPE_MULTIPLE_APPFIELD
static final int TYPE_HOSTKEY_FIELD
String getScreenName()
int getScreenSequenceNumber()
String getName()
int getIndex()
GXPosition getPosition()
int getLength()
String getContent()
getContent
in interface GXICellable
boolean isProtected()
boolean isVisible()
boolean isHighIntensified()
boolean isAutoEnter()
int getBGColor()
int getFGColor()
boolean isAutoCursorJump()
boolean isAppField()
boolean isMultiple()
boolean isBlinking()
int getDataType()
GXBaseObjectConstants for valid data types
String getInputMask()
String getVisualContent()
boolean isUnderlined()
boolean isReversedVideo()
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.