Uses of Class
com.iizix.term.ee.EEField
Packages that use EEField
Uses of EEField in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop that return EEFieldModifier and TypeMethodDescriptionCaptureFieldProp.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 EEFieldMethods in com.iizix.term.ee with parameters of type EEFieldModifier and TypeMethodDescriptionbooleanEEScreen.areChanged(EEField[] fields) Checks if fields are changed.intUsed 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.