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 TypeMethodDescriptionboolean
EEScreen.areChanged
(EEField[] fields) Checks if fields are changed.int
Used for sorting fields.boolean
EEScreen.isUnderlined
(EEField field) Gets the underlined state of the field.void
EEScreen.setRefreshedFields
(EEField[] fields) Sets new fields after rebuild, removing previous underlines.void
HostSessionEE.setRefreshedFields
(EEField[] fields, int[] wattrs) Sets new fields after rebuild, also applies underlines.