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 voidEUIDateTime. 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 voidValuePanel. onBroken(VSRelativeReference<?> reference, VSField field)voidTablePanel. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)voidTablePanel. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)voidTablePanel. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)voidValuePanel. onResolved(VSRelativeReference<?> reference, VSField field)voidTablePanel. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)voidValuePanel. onStateChanged(VSField field, IVSComponentState.State state, boolean on)voidValuePanel. 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 classEditorVSFieldThe Editor VirtualSpace Field property class.Methods in com.iizigo.vs.prop with parameters of type VSField Modifier and Type Method Description protected VSRowEditorVSTable. 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 VSFieldBaseEvent. getField(@VSRef java.lang.String path)Gets the field with the specified path.VSFieldBaseEvent. getField2(@FullVSRef java.lang.String fullVSRef)Gets the field with the specified full VS reference path.VSFieldBaseEvent. getFieldNull(@VSRef java.lang.String path)Gets the field with the specified path.VSFieldBaseEvent. 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 VSFieldVSFieldEvent. 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 VSFieldInputVariable. getVSField()Gets the VSField.VSFieldResultProps. 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 voidInputVariable. onBroken(VSRelativeReference<?> reference, VSField field)Called when the property reference has been broken, i.e.voidResultProps. onBroken(VSRelativeReference<?> reference, VSField field)Called when the property reference has been broken, i.e.voidResultSetProps. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)Called when the cell changes state.voidResultSetColumnProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidResultSetProps. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidInputVariable. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.voidResultProps. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.voidInputVariable. onStateChanged(VSField field, IVSComponentState.State state, boolean on)Called when the field changes state.voidResultProps. onStateChanged(VSField field, IVSComponentState.State state, boolean on)Called when the field changes state.voidResultSetColumnProp. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)Called when a cell in the column changes state.voidInputVariable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidResultProps. 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 booleanIValidateValue. validate(java.lang.Object connector, VSField field, boolean previousValidation)Validates a VirtualSpace field with all connectors present.booleanIValidateValue. 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 thevalidatemethod.Uses of VSField in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type VSField Modifier and Type Method Description intIUserAuthenticationUI. 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 voidHardwareIdentication. 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_PROPBridgeContainer. 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 voidAbstractContentUIContainer. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)Called when the cell changes state.voidAbstractContentUIContainer. 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 VSFieldUIComp. vsFieldThe connected field, null for none.Methods in com.iizix.prop.ui that return VSField Modifier and Type Method Description VSFieldIUIComp. getVSField()Gets the connected or disconnected VirtualSpace Field.VSFieldUIComp. getVSField()Gets the connected or disconnected VirtualSpace Field.Methods in com.iizix.prop.ui with parameters of type VSField Modifier and Type Method Description voidUIComp. onBroken(VSRelativeReference<?> reference, VSField field)Called when the property reference has been broken, i.e.voidUIAbstractListChoice. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidUIComp. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.voidUIAbstractListChoice. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)Called when a cell in the column changes state.voidUIComp. onStateChanged(VSField field, IVSComponentState.State state, boolean on)Called when the field changes state.static intMUISwitch. onValueChanged(UIComp switchComp, VSField field)Called when the field value is set.voidMUISwitch. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIAbstractListChoice. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUICalendar. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.static intUICheckBox. onValueChanged(UIComp comp, VSField field)Called when the field value is set.voidUICheckBox. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUICheckedMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIComp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIProgress. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.static voidUIRadioButton. onValueChanged(UIComp comp, VSField field, Value value, IPostEventProcessing postProcessing)Called when the field value is set.voidUIRadioButton. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIRadioMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUISlider. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.static intUICheckBox. setComponentCheckStateToVSField(UIComp comp, VSField field)Sets the checkbox component from its check state values to its VirtualSpace Field, if any.static intMUISwitch. setComponentSwitchStateToVSField(UIComp switchComp, VSField field)Sets the switch component from its check state values to its VirtualSpace Field, if any.booleanIUIComp. setVSFieldMessageToComponent(VSField field, boolean clear)Sets the VirtualSpace Field's message to this component.booleanUIComp. setVSFieldMessageToComponent(VSField field, boolean clear)Sets the VirtualSpace Field's message to this component.voidIUIComp. setVSFieldToComponent(VSField field)Method called when a VirtualSpace Field is resolved or when reconnection is done.voidUIComp. 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 voidSeries. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidSeries. 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 voidUIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.static intUIDateTime. 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 voidUIMap. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.voidUIMap. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIMap. 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 VSFieldMLItemProp. 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 voidMLItemProp. assignVSField(VSField vsField)Assigns the VSField for this item, typically for MLCheckBox or MLSwitch that are connected through VSTable's.voidMLItemProp. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.voidMLItemProp. 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 TCellDefaultTableContentProvider. getRowCell(VSField cell, int columnIndex, int rowIndex)Gets the row cell information.booleanDefaultTableContentProvider. isRowCellSelected(VSField cell)Returns if the cell is selected or not.voidUITable. onBroken(VSRelativeReference<?> reference, VSField field)Called when the property reference has been broken, i.e.voidUITable. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)Called when the cell changes state.voidDefaultTableContentProvider. onCellUpdated(VSField cell, TCell value)Cell update event.voidUITable. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidUITableColumn. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidUITable. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.voidUITableColumn. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)Called when a cell in the column changes state.voidUITable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.booleanDefaultTableFilter. 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_CELLSEmpty cells.Methods in com.iizix.prop.vs that return VSField Modifier and Type Method Description VSFieldVSField. clone()Clones this VSField.VSFieldVSColumnHeader. createEmptyField()Creates an empty field for this column, depending on defined types, null attributes, etc.VSFieldVSColumnHeader. createEmptyField(Atom fieldName)Creates an empty field for this column, depending on defined types, null attributes, etc.VSFieldVSRow. createField()Creates a new field with a unique name that then can be added to this row.VSFieldVSRow. createField(Value value)Creates a new field with a unique name that then can be added to this row.VSFieldVSColumnHeader. createUninitializedField()Creates a new UNNAMED uninitialized field.VSFieldVSColumnHeader. createUninitializedField(Atom fieldName)Creates a new uninitialized field.VSField[]VSColumnHeader. getCells()Gets the cells of the column in the table.default VSFieldIVSComponent. getField(@VSRef java.lang.String path)Gets the field with the specified path.VSFieldVirtualSpace. getField(@VSRef java.lang.String path)Gets the field with the specified path.VSFieldVSRow. getField(int columnIndex)Gets the field at specified column index.default VSFieldIVSComponent. getField2(@FullVSRef java.lang.String fullVSRef)Gets the field with the specified full VS reference path.VSFieldVirtualSpace. getField2(@FullVSRef java.lang.String fullVSRef)Gets the field with the specified full VS reference path.default VSFieldIVSComponent. getFieldNull(@VSRef java.lang.String path)Gets the field with the specified path.VSFieldVirtualSpace. getFieldNull(@VSRef java.lang.String path)Gets the field with the specified path.default VSFieldIVSComponent. getFieldNull2(@FullVSRef java.lang.String fullVSRef)Gets the field with the specified full VS reference path.VSFieldVirtualSpace. getFieldNull2(@FullVSRef java.lang.String fullVSRef)Gets the field with the specified full VS reference path.VSFieldVSRow. 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 VSRowVSTable. addRow(VSField[] fields)Adds a row of VSField's.protected VSRowVSTable. createRow(Atom a, VSField[] fields)Creates a row property with fields.voidVSRow. insertField(VSField field, int columnIndex, IComplexOperation op)Inserts a field to a row that may not have the fields before defined.VSRowVSTable. insertRow(VSField[] fields, int before)Inserts a row of VSField's.voidIVSFieldListener. onBroken(VSRelativeReference<?> reference, VSField field)Called when the property reference has been broken, i.e.voidVSFieldAdapter. onBroken(VSRelativeReference<?> reference, VSField field)Called when the property reference has been broken, i.e.voidIVSTableListener. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)Called when the cell changes state.voidVSTableAdapter. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)Called when the cell changes state.voidIVSColumnListener. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidIVSTableListener. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidVSColumnAdapter. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidVSTableAdapter. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.protected voidVSFieldReference. onRemoved(VSField oldTarget)Called when the property reference has been disposed of e.g.voidIVSFieldListener. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.voidVSFieldAdapter. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.protected voidVSFieldReference. onResolved(VSField target)Called when the property reference has been resolved.voidIVSColumnListener. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)Called when a cell in the column changes state.voidIVSFieldListener. onStateChanged(VSField field, IVSComponentState.State state, boolean on)Called when the field changes state.voidVSColumnAdapter. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)Called when a cell in the column changes state.voidVSFieldAdapter. onStateChanged(VSField field, IVSComponentState.State state, boolean on)Called when the field changes state.voidIVSFieldListener. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidVSFieldAdapter. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.booleanVSTable. 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 VSFieldSetSourceFieldValue.Settings. getSource()Gets the source VS field.VSFieldTransportField.Settings. getSource()Gets the source VS field.VSFieldSetTargetFieldValue.Settings. getTarget()Gets the target VS field.VSFieldTransportField.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.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 VSField in com.iizix.term.prop
Methods in com.iizix.term.prop that return VSField Modifier and Type Method Description VSFieldScreenFieldProp. 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 voidScreenFieldProp. onBroken(VSRelativeReference<?> reference, VSField field)Called when the property reference has been broken, i.e.voidScreenFieldProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidScreenFieldProp. onResolved(VSRelativeReference<?> reference, VSField field)Called when the property reference has been resolved.voidScreenFieldProp. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)Called when a cell in the column changes state.voidScreenFieldProp. onStateChanged(VSField field, IVSComponentState.State state, boolean on)Called when the field changes state.voidScreenFieldProp. 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 booleanKStringHTMLTextVirtualSpaceTag. 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.booleanKStringPLAINVirtualSpaceTag. 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 VSFieldOutputVariable. 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 VSFieldURLInputParameter. 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.