public class EEField extends Object implements Comparable<EEField>
Modifier and Type | Field and Description |
---|---|
int |
attribute
The host attribute of the field (3270 or 5250 dependent).
|
boolean |
isUnderlined
Underline flag.
|
int |
length
The length of the field in the PS.
|
int |
position
Position of this field in the PS.
|
Constructor and Description |
---|
EEField(int pos,
int len,
int attr,
boolean ul)
Creation of a field for an unformatted screen.
|
EEField(XFile f,
int size)
Loads the EE field from the EE screen file.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EEField f)
Used for sorting fields.
|
boolean |
equals(Object o)
Checks for equality.
|
public final int position
public final int length
public int attribute
public boolean isUnderlined
public EEField(XFile f, int size) throws IOException
f
- The X-file for reading.size
- The file size.IOException
- for file failures.public EEField(int pos, int len, int attr, boolean ul)
pos
- Position on screen.len
- Length of field (wrapping).attr
- Attribute value.ul
- Underline flag.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.