Uses of Class
com.iizix.term.ee.EEField
Packages that use EEField Package Description com.iizigo.term.capture.prop com.iizix.term.ee Uses of EEField in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop that return EEField Modifier and Type Method Description EEFieldCaptureFieldProp. createEEField(boolean is3270, int width)Creates an EEField for this property.Uses of EEField in com.iizix.term.ee
Methods in com.iizix.term.ee that return EEField Modifier and Type Method Description EEField[]EEScreen. getFields()Gets the fields.Methods in com.iizix.term.ee with parameters of type EEField Modifier and Type Method Description booleanEEScreen. areChanged(EEField[] fields)Checks if fields are changed.intEEField. compareTo(EEField f)Used for sorting fields.booleanEEScreen. isUnderlined(EEField field)Gets the underlined state of the field.voidEEScreen. setRefreshedFields(EEField[] fields)Sets new fields after rebuild, removing previous underlines.voidHostSessionEE. setRefreshedFields(EEField[] fields, int[] wattrs)Sets new fields after rebuild, also applies underlines.