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, setContentgetClass, hashCode, notify, notifyAll, wait, wait, waitgetContentpublic GXFieldTableCell(GXIField hostField)
public String getName()
public int getIndex()
public String getScreenName()
getScreenName in interface GXIFieldpublic boolean isMultiple()
isMultiple in interface GXIFieldpublic int getScreenSequenceNumber()
getScreenSequenceNumber in interface GXIFieldpublic GXPosition getPosition()
getPosition in interface GXIFieldpublic int getLength()
public boolean isProtected()
isProtected in interface GXIFieldpublic boolean isVisible()
public boolean isHighIntensified()
isHighIntensified in interface GXIFieldpublic boolean isAutoEnter()
isAutoEnter in interface GXIFieldpublic boolean isAutoCursorJump()
isAutoCursorJump in interface GXIFieldpublic boolean isBlinking()
isBlinking in interface GXIFieldpublic int getFGColor()
getFGColor in interface GXIFieldpublic int getBGColor()
getBGColor in interface GXIFieldpublic int getDataType()
getDataType in interface GXIFieldGXBaseObjectConstants for valid data typespublic String getInputMask()
getInputMask in interface GXIFieldpublic String getVisualContent()
getVisualContent in interface GXIFieldpublic boolean isAppField()
isAppField in interface GXIFieldpublic boolean isUnderlined()
isUnderlined in interface GXIFieldpublic boolean isReversedVideo()
isReversedVideo in interface GXIFieldCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.