Class HostScreenSnapshot.HostFieldInfo
java.lang.Object
com.iizix.term.HostScreenSnapshot.HostFieldInfo
- Enclosing class:
HostScreenSnapshot
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean5250: field requires Field Exit to leave.final booleanHidden (non-display) field flag.final booleanLower case is translated to upper case on input.final booleanProtected (output-only) field flag.final intThe justification, one of theHostField.HFJ_*constants.final intThe field length in characters (may wrap).final intThe field start position (absolute, 0-based).final intThe field type, one of theHostField.HFT_*constants.final intThe field start X position (column, 0-based).final intThe field start Y position (row, 0-based).Method Summary
Field Details
position
public final int positionThe field start position (absolute, 0-based).length
public final int lengthThe field length in characters (may wrap).x
public final int xThe field start X position (column, 0-based).y
public final int yThe field start Y position (row, 0-based).type
public final int typeThe field type, one of theHostField.HFT_*constants.justification
public final int justificationThe justification, one of theHostField.HFJ_*constants.isProtected
public final boolean isProtectedProtected (output-only) field flag.isHidden
public final boolean isHiddenHidden (non-display) field flag.isFieldExitRequired
public final boolean isFieldExitRequired5250: field requires Field Exit to leave.isLowerTranslatedToUpper
public final boolean isLowerTranslatedToUpperLower case is translated to upper case on input.