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 class
EditorScreenFieldProp
This 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.String
IHostFieldData. 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 ScreenFieldProp
ScreenFieldProp. clone()
Creates a clone out of this property.ScreenFieldProp
ScreenFieldsProp. getField(java.lang.String name)
Gets the field with specified name.ScreenFieldProp
ScreenProp. getField(java.lang.String name)
Gets the field with specified name.ScreenFieldProp[]
ScreenFieldsProp. getFields()
Gets the screen field properties array.ScreenFieldProp
ScreenFieldProp. getNextContinued()
Gets the next continued field.ScreenFieldProp
ScreenActionProp. 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.