public class GXFieldTableCell extends GXTableCell implements GXIField
Host field based cell.
A table cell based on a host application field. All the properties of a host field are available (colors, attributes, etc.).
TYPE_APPFIELD, TYPE_HOSTFIELD, TYPE_HOSTKEY_FIELD, TYPE_MULTIPLE_APPFIELD
Constructor and Description |
---|
GXFieldTableCell(GXIField hostField) |
Modifier and Type | Method and Description |
---|---|
int |
getBGColor() |
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() |
String |
toString() |
equals, getContent, setContent
getClass, hashCode, notify, notifyAll, wait, wait, wait
getContent
public GXFieldTableCell(GXIField hostField)
public String getName()
public int getIndex()
public String getScreenName()
getScreenName
in interface GXIField
public boolean isMultiple()
isMultiple
in interface GXIField
public int getScreenSequenceNumber()
getScreenSequenceNumber
in interface GXIField
public GXPosition getPosition()
getPosition
in interface GXIField
public int getLength()
public boolean isProtected()
isProtected
in interface GXIField
public boolean isVisible()
public boolean isHighIntensified()
isHighIntensified
in interface GXIField
public boolean isAutoEnter()
isAutoEnter
in interface GXIField
public boolean isAutoCursorJump()
isAutoCursorJump
in interface GXIField
public boolean isBlinking()
isBlinking
in interface GXIField
public int getFGColor()
getFGColor
in interface GXIField
public int getBGColor()
getBGColor
in interface GXIField
public int getDataType()
getDataType
in interface GXIField
GXBaseObjectConstants for valid data types
public String getInputMask()
getInputMask
in interface GXIField
public String getVisualContent()
getVisualContent
in interface GXIField
public boolean isAppField()
isAppField
in interface GXIField
public boolean isUnderlined()
isUnderlined
in interface GXIField
public boolean isReversedVideo()
isReversedVideo
in interface GXIField
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.