Uses of Class
com.iizix.term.prop.ScreenFieldProp
Packages that use ScreenFieldProp Package Description com.iizigo.term.prop com.iizix.term.api com.iizix.term.prop Uses of ScreenFieldProp in com.iizigo.term.prop
Subclasses of ScreenFieldProp in com.iizigo.term.prop Modifier and Type Class Description classEditorScreenFieldPropThis Screen identification property container for a terminal host screen property.Uses of ScreenFieldProp in com.iizix.term.api
Methods in com.iizix.term.api with parameters of type ScreenFieldProp Modifier and Type Method Description default java.lang.StringIHostFieldData. convertFromVSField(HostSession hostSession, ScreenFieldProp screenField, VSField vsField, java.lang.String stringValue)Converts a single string from the VSField (or its value) to a host string that will be set.Uses of ScreenFieldProp in com.iizix.term.prop
Methods in com.iizix.term.prop that return ScreenFieldProp Modifier and Type Method Description ScreenFieldPropScreenFieldProp. clone()Creates a clone out of this property.ScreenFieldPropScreenFieldsProp. getField(java.lang.String name)Gets the field with specified name.ScreenFieldPropScreenProp. getField(java.lang.String name)Gets the field with specified name.ScreenFieldProp[]ScreenFieldsProp. getFields()Gets the screen field properties array.ScreenFieldPropScreenFieldProp. getNextContinued()Gets the next continued field.ScreenFieldPropScreenActionProp. getSelectionField()Gets the selection field.Methods in com.iizix.term.prop that return types with arguments of type ScreenFieldProp Modifier and Type Method Description java.lang.Class<ScreenFieldProp>ScreenFieldReference. getPropertyClass()Gets the class wanted.