Uses of Class
com.iizix.prop.vs.VSField
Uses of VSField in com.iizigo.link.vs
Constructors in com.iizigo.link.vs with parameters of type VSField Constructor Description LopVSField(VSField target, PropCnr owner, Atom atom)
Constructor.Uses of VSField in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type VSField Modifier and Type Method Description void
EUIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Uses of VSField in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type VSField Modifier and Type Method Description void
ValuePanel. onBroken(VSRelativeReference<?> reference, VSField field)
void
TablePanel. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
void
TablePanel. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
void
TablePanel. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
void
ValuePanel. onResolved(VSRelativeReference<?> reference, VSField field)
void
TablePanel. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
void
ValuePanel. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
void
ValuePanel. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing pp)
Uses of VSField in com.iizigo.vs.prop
Subclasses of VSField in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVSField
The Editor VirtualSpace Field property class.Methods in com.iizigo.vs.prop with parameters of type VSField Modifier and Type Method Description protected VSRow
EditorVSTable. createRow(Atom a, VSField[] fields)
Creates a row property.Constructors in com.iizigo.vs.prop with parameters of type VSField Constructor Description EditorVSRow(Atom propertyAtom, VSField[] fields)
Creates the VirtualSpace Row property container with the specified name.Uses of VSField in com.iizix.api
Methods in com.iizix.api that return VSField Modifier and Type Method Description VSField
BaseEvent. getField(@VSRef java.lang.String path)
Gets the field with the specified path.VSField
BaseEvent. getField2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.VSField
BaseEvent. getFieldNull(@VSRef java.lang.String path)
Gets the field with the specified path.VSField
BaseEvent. getFieldNull2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.Uses of VSField in com.iizix.api.vs
Methods in com.iizix.api.vs that return VSField Modifier and Type Method Description VSField
VSFieldEvent. getSource()
Gets the VirtualSpace Field that is the source of the event.Constructors in com.iizix.api.vs with parameters of type VSField Constructor Description VSFieldEvent(VSField source, VSFieldEvent.Op operation, java.lang.Object value, Value.Type sourceType, Value.Type targetType, GProp<?> trigger)
Constructs the event for an action to use with value conversion.VSFieldEvent(VSField source, Value value, GProp<?> trigger)
Constructs the validation event for an action with a property being the trigger source, e.g.Uses of VSField in com.iizix.db.prop
Methods in com.iizix.db.prop that return VSField Modifier and Type Method Description VSField
InputVariable. getVSField()
Gets the VSField.VSField
ResultProps. getVSField()
Gets the VirtualSpace table for all the output.Methods in com.iizix.db.prop that return types with arguments of type VSField Modifier and Type Method Description java.lang.Class<VSField>
InputVariable. getVSPropertyClass()
Gets the class wanted for the VS component being referenced.Methods in com.iizix.db.prop with parameters of type VSField Modifier and Type Method Description void
InputVariable. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
ResultProps. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
ResultSetProps. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
ResultSetColumnProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
ResultSetProps. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
InputVariable. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
ResultProps. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
InputVariable. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
ResultProps. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
ResultSetColumnProp. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
InputVariable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
ResultProps. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Uses of VSField in com.iizix.editor
Methods in com.iizix.editor with parameters of type VSField Modifier and Type Method Description boolean
IValidateValue. validate(java.lang.Object connector, VSField field, boolean previousValidation)
Validates a VirtualSpace field with all connectors present.boolean
IValidateValue. validateReferences(java.lang.Object connector, VSField field, boolean previousValidation)
Validates the references of the VirtualSpace Field once it has been converted into a Raw Value followed by thevalidate
method.Uses of VSField in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type VSField Modifier and Type Method Description int
IUserAuthenticationUI. initialize(IClientSessionGyro clientGyro, VSField user, VSField password, VSField rememberMe, VSField authProvider)
Initializes the user ID, password, "Remember Me" enabled and auto-login settings.Uses of VSField in com.iizix.license
Methods in com.iizix.license with parameters of type VSField Modifier and Type Method Description void
HardwareIdentication. set(VSField field, boolean refresh)
Sets the hardware information to a VS field.Uses of VSField in com.iizix.prop.bridge
Methods in com.iizix.prop.bridge with parameters of type VSField Modifier and Type Method Description LAYOUT_PROP
BridgeContainer. add(VSField field, UIComp comp, java.lang.String prompt, java.lang.String tooltip)
Adds a definition of a UI component mapping to a VS property.Uses of VSField in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type VSField Modifier and Type Method Description void
AbstractContentUIContainer. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
AbstractContentUIContainer. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.Uses of VSField in com.iizix.prop.ui
Fields in com.iizix.prop.ui declared as VSField Modifier and Type Field Description protected VSField
UIComp. vsField
The connected field, null for none.Methods in com.iizix.prop.ui that return VSField Modifier and Type Method Description VSField
IUIComp. getVSField()
Gets the connected or disconnected VirtualSpace Field.VSField
UIComp. getVSField()
Gets the connected or disconnected VirtualSpace Field.Methods in com.iizix.prop.ui with parameters of type VSField Modifier and Type Method Description void
UIComp. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
UIAbstractListChoice. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
UIComp. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
UIAbstractListChoice. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
UIComp. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.static int
MUISwitch. onValueChanged(UIComp switchComp, VSField field)
Called when the field value is set.void
MUISwitch. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIAbstractListChoice. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UICalendar. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.static int
UICheckBox. onValueChanged(UIComp comp, VSField field)
Called when the field value is set.void
UICheckBox. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UICheckedMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIComp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIProgress. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.static void
UIRadioButton. onValueChanged(UIComp comp, VSField field, Value value, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIRadioButton. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIRadioMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UISlider. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.static int
UICheckBox. setComponentCheckStateToVSField(UIComp comp, VSField field)
Sets the checkbox component from its check state values to its VirtualSpace Field, if any.static int
MUISwitch. setComponentSwitchStateToVSField(UIComp switchComp, VSField field)
Sets the switch component from its check state values to its VirtualSpace Field, if any.boolean
IUIComp. setVSFieldMessageToComponent(VSField field, boolean clear)
Sets the VirtualSpace Field's message to this component.boolean
UIComp. setVSFieldMessageToComponent(VSField field, boolean clear)
Sets the VirtualSpace Field's message to this component.void
IUIComp. setVSFieldToComponent(VSField field)
Method called when a VirtualSpace Field is resolved or when reconnection is done.void
UIComp. setVSFieldToComponent(VSField field)
Method called when a VirtualSpace Field is resolved or when reconnection is done.Uses of VSField in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series with parameters of type VSField Modifier and Type Method Description void
Series. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
Series. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.Uses of VSField in com.iizix.prop.ui.datetime
Methods in com.iizix.prop.ui.datetime with parameters of type VSField Modifier and Type Method Description void
UIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.static int
UIDateTime. setComponentToVSField(UIComp dateTimeComp, VSField field)
Sets the value from component to its VirtualSpace field, if any.Uses of VSField in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map with parameters of type VSField Modifier and Type Method Description void
UIMap. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
UIMap. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIMap. setVSFieldToComponent(VSField field)
Method called when a VirtualSpace Field is resolved or when reconnection is done.Uses of VSField in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return VSField Modifier and Type Method Description VSField
MLItemProp. getVSField()
Gets the connected or disconnected VirtualSpace Field.Methods in com.iizix.prop.ui.mlist with parameters of type VSField Modifier and Type Method Description void
MLItemProp. assignVSField(VSField vsField)
Assigns the VSField for this item, typically for MLCheckBox or MLSwitch that are connected through VSTable's.void
MLItemProp. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
MLItemProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Uses of VSField in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return VSField Modifier and Type Method Description VSField[]
DefaultTableContentProvider. getRowCells(VSRow row)
Gets the cells for a row object.Methods in com.iizix.prop.ui.table with parameters of type VSField Modifier and Type Method Description TCell
DefaultTableContentProvider. getRowCell(VSField cell, int columnIndex, int rowIndex)
Gets the row cell information.boolean
DefaultTableContentProvider. isRowCellSelected(VSField cell)
Returns if the cell is selected or not.void
UITable. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
UITable. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
DefaultTableContentProvider. onCellUpdated(VSField cell, TCell value)
Cell update event.void
UITable. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
UITableColumn. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
UITable. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
UITableColumn. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
UITable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.boolean
DefaultTableFilter. select(VSRow row, VSField[] cells)
Returns whether the given row makes it through this filter.Uses of VSField in com.iizix.prop.vs
Fields in com.iizix.prop.vs declared as VSField Modifier and Type Field Description static VSField[]
VSColumnHeader. EMPTY_CELLS
Empty cells.Methods in com.iizix.prop.vs that return VSField Modifier and Type Method Description VSField
VSField. clone()
Clones this VSField.VSField
VSColumnHeader. createEmptyField()
Creates an empty field for this column, depending on defined types, null attributes, etc.VSField
VSColumnHeader. createEmptyField(Atom fieldName)
Creates an empty field for this column, depending on defined types, null attributes, etc.VSField
VSRow. createField()
Creates a new field with a unique name that then can be added to this row.VSField
VSRow. createField(Value value)
Creates a new field with a unique name that then can be added to this row.VSField
VSColumnHeader. createUninitializedField()
Creates a new UNNAMED uninitialized field.VSField
VSColumnHeader. createUninitializedField(Atom fieldName)
Creates a new uninitialized field.VSField[]
VSColumnHeader. getCells()
Gets the cells of the column in the table.default VSField
IVSComponent. getField(@VSRef java.lang.String path)
Gets the field with the specified path.VSField
VirtualSpace. getField(@VSRef java.lang.String path)
Gets the field with the specified path.VSField
VSRow. getField(int columnIndex)
Gets the field at specified column index.default VSField
IVSComponent. getField2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.VSField
VirtualSpace. getField2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.default VSField
IVSComponent. getFieldNull(@VSRef java.lang.String path)
Gets the field with the specified path.VSField
VirtualSpace. getFieldNull(@VSRef java.lang.String path)
Gets the field with the specified path.default VSField
IVSComponent. getFieldNull2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.VSField
VirtualSpace. getFieldNull2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.VSField
VSRow. getFieldOfColumn(java.lang.String columnName)
Gets the field of the specified column.VSField[]
VSRow. getFields()
Gets the fields for the row.VSField[]
VSTable. getRowFields(int row)
Gets the fields for a row of a certain index.Methods in com.iizix.prop.vs with parameters of type VSField Modifier and Type Method Description VSRow
VSTable. addRow(VSField[] fields)
Adds a row of VSField's.protected VSRow
VSTable. createRow(Atom a, VSField[] fields)
Creates a row property with fields.void
VSRow. insertField(VSField field, int columnIndex, IComplexOperation op)
Inserts a field to a row that may not have the fields before defined.VSRow
VSTable. insertRow(VSField[] fields, int before)
Inserts a row of VSField's.void
IVSFieldListener. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
VSFieldAdapter. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
IVSTableListener. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
VSTableAdapter. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
IVSColumnListener. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
IVSTableListener. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
VSColumnAdapter. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
VSTableAdapter. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.protected void
VSFieldReference. onRemoved(VSField oldTarget)
Called when the property reference has been disposed of e.g.void
IVSFieldListener. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
VSFieldAdapter. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.protected void
VSFieldReference. onResolved(VSField target)
Called when the property reference has been resolved.void
IVSColumnListener. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
IVSFieldListener. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
VSColumnAdapter. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
VSFieldAdapter. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
IVSFieldListener. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
VSFieldAdapter. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.boolean
VSTable. setRow(VSField[] fields, int row)
Sets a row's all fields without affecting the state of the row.Constructors in com.iizix.prop.vs with parameters of type VSField Constructor Description VSRow(Atom propertyAtom, VSField[] fields)
Creates a VirtualSpace Row property with the specified name.Uses of VSField in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that return VSField Modifier and Type Method Description VSField
SetSourceFieldValue.Settings. getSource()
Gets the source VS field.VSField
TransportField.Settings. getSource()
Gets the source VS field.VSField
SetTargetFieldValue.Settings. getTarget()
Gets the target VS field.VSField
TransportField.Settings. getTarget()
Gets the target VS field.Uses of VSField in com.iizix.term.api
Methods in com.iizix.term.api with parameters of type VSField 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 VSField in com.iizix.term.prop
Methods in com.iizix.term.prop that return VSField Modifier and Type Method Description VSField
ScreenFieldProp. getVSField()
Gets the VS Field connected to the screen field.Methods in com.iizix.term.prop with parameters of type VSField Modifier and Type Method Description void
ScreenFieldProp. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
ScreenFieldProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
ScreenFieldProp. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
ScreenFieldProp. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
ScreenFieldProp. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
ScreenFieldProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Uses of VSField in com.iizix.text
Methods in com.iizix.text with parameters of type VSField Modifier and Type Method Description boolean
KStringHTMLTextVirtualSpaceTag. isRefreshRequired(GEvent event, VSField field)
Upon a property event received on the target reference property (or its children), this method verifies if the event would affect the KString contents needing to be refreshed.boolean
KStringPLAINVirtualSpaceTag. isRefreshRequired(GEvent event, VSField field)
Upon a property event received on the target reference property (or its children), this method verifies if the event would affect the KString contents needing to be refreshed.Uses of VSField in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return VSField Modifier and Type Method Description VSField
OutputVariable. getVSField()
Gets the VSField.Methods in com.iizix.ws.prop that return types with arguments of type VSField Modifier and Type Method Description java.lang.Class<VSField>
OutputVariable. getVSPropertyClass()
Gets the class wanted for the VS component being referenced.Uses of VSField in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url that return VSField Modifier and Type Method Description VSField
URLInputParameter. getVSField(IAppSessionGyro appGyro)
Gets the VSField.Methods in com.iizix.ws.prop.url that return types with arguments of type VSField Modifier and Type Method Description java.lang.Class<VSField>
URLInputParameter. getVSPropertyClass()
Gets the class wanted for the VS component being referenced.