Uses of Class
com.iizix.prop.vs.VSRelativeReference
Packages that use VSRelativeReference
Package
Description
Uses of VSRelativeReference in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionprotected static voidVSRelativeReferencePropEditor.onCreateVSColumn(EditorVirtualSpace ns, IPropertyEditorController controller, EditedPropController<?, ?> propController, org.eclipse.swt.widgets.Text text, VSRelativeReference<?> reference) Creates a column.Uses of VSRelativeReference in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionTablePanel.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) ValuePanel.getBestVSFieldValueType(VSRelativeReference<?> reference) voidActionsPanel.onBroken(VSRelativeReference<?> reference, VSAction action) voidTablePanel.onBroken(VSRelativeReference<?> reference, VSColumnHeader column) voidTablePanel.onBroken(VSRelativeReference<?> reference, VSTable table) voidValuePanel.onBroken(VSRelativeReference<?> reference, VSField field) voidActionsPanel.onResolved(VSRelativeReference<?> reference, VSAction action) voidTablePanel.onResolved(VSRelativeReference<?> reference, VSColumnHeader column) voidTablePanel.onResolved(VSRelativeReference<?> reference, VSTable table) voidValuePanel.onResolved(VSRelativeReference<?> reference, VSField field) Uses of VSRelativeReference in com.iizigo.vs.prop
Subclasses of VSRelativeReference in com.iizigo.vs.propModifier and TypeClassDescriptionclassFocus reference is used to set a reference to a focusable VSComponent.classOnFocus reference is used to set a reference to a focusable VSComponent.Uses of VSRelativeReference in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionResultSetColumnProp.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.InputVariable.getBestVSFieldValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.ResultProps.getBestVSFieldValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.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.voidResultSetColumnProp.onBroken(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been broken, i.e.voidResultSetProps.onBroken(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been broken, i.e.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.voidResultSetColumnProp.onResolved(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been resolved.voidResultSetProps.onResolved(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been resolved.Uses of VSRelativeReference in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionAbstractContentUIContainer.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.voidAbstractContentUIContainer.onBroken(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been broken, i.e.voidAbstractContentUIContainer.onResolved(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been resolved.Uses of VSRelativeReference in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionUIAbstractListChoice.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.UIComp.getBestVSFieldValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.voidAbstractUIAction.onBroken(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been broken, i.e.voidUIAbstractListChoice.onBroken(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been broken, i.e.voidUIComp.onBroken(VSRelativeReference<?> reference, VSField field) Called when the property reference has been broken, i.e.voidAbstractUIAction.onResolved(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been resolved.voidUIAbstractListChoice.onResolved(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been resolved.voidUIComp.onResolved(VSRelativeReference<?> reference, VSField field) Called when the property reference has been resolved.booleanUILabel.shouldVerify(VSRelativeReference<?> ref) Checks if a particular VS reference should be verified or not.booleanUIOutput.shouldVerify(VSRelativeReference<?> ref) Checks if a particular VS reference should be verified or not.Uses of VSRelativeReference in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionSeries.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.voidSeries.onBroken(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been broken, i.e.voidSeries.onResolved(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been resolved.Uses of VSRelativeReference in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionUIMap.getBestVSFieldValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.voidUIMap.onResolved(VSRelativeReference<?> reference, VSField field) Called when the property reference has been resolved.Uses of VSRelativeReference in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionvoidMLItemProp.onResolved(VSRelativeReference<?> reference, VSField field) Called when the property reference has been resolved.Uses of VSRelativeReference in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionUITableColumn.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.UITable.getBestVSFieldValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.voidUITable.onBroken(VSRelativeReference<?> reference, VSField field) Called when the property reference has been broken, i.e.voidUITable.onBroken(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been broken, i.e.voidUITableColumn.onBroken(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been broken, i.e.voidUITable.onResolved(VSRelativeReference<?> reference, VSField field) Called when the property reference has been resolved.voidUITable.onResolved(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been resolved.voidUITableColumn.onResolved(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been resolved.Uses of VSRelativeReference in com.iizix.prop.vs
Classes in com.iizix.prop.vs with type parameters of type VSRelativeReferenceModifier and TypeClassDescriptionclassAbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>> Class that holds a single VS "variable" mapping of a certain type.classVSReferenceOwnerData<VSTYPE extends VSComponent,REFPROP extends VSRelativeReference<VSTYPE>> Data holder class for the owner of a VS relative reference property for a column reference.Subclasses of VSRelativeReference in com.iizix.prop.vsModifier and TypeClassDescriptionclassThe VirtualSpace Action Actor Participant used by Action Actors.classThe VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.classThe VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.classVS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs.classVS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.classFocus reference is used to set a reference to a focusable VSComponent.classThe VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.classClass to hold a reference to a VS Action (to invoke) or a VS component (for focus) when a UI component is "on"-something, such as "onClick".classThe VirtualSpace Table Column Reference property class hold the name of a Column in a Table.classThe VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.Methods in com.iizix.prop.vs with type parameters of type VSRelativeReferenceModifier and TypeMethodDescription<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>
AbstractVSVariable<VSCOMP,REFTYPE>[] VSVariables.getVariables()Gets the variables of this container.Methods in com.iizix.prop.vs that return VSRelativeReferenceModifier and TypeMethodDescriptionVSRelativeReference.clone()Overrides clone to clear existing reference.protected VSRelativeReference<TARGET>VSRelativeReference.virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Methods in com.iizix.prop.vs with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionIVSColumnBestValueListener.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.VSColumnAdapter.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.IVSFieldListener.getBestVSFieldValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.VSFieldAdapter.getBestVSFieldValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.VSReference.getVSComponent(VSRelativeReference<?> relRef) Gets a VirtualSpace component from a relative reference.voidIVSActionListener.onBroken(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been broken, i.e.voidIVSColumnListener.onBroken(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been broken, i.e.voidIVSFieldListener.onBroken(VSRelativeReference<?> reference, VSField field) Called when the property reference has been broken, i.e.voidIVSTableListener.onBroken(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been broken, i.e.voidVSActionAdapter.onBroken(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been broken, i.e.voidVSColumnAdapter.onBroken(VSRelativeReference<?> reference, VSColumnHeader column) 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.voidVSTableAdapter.onBroken(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been broken, i.e.voidIVSActionListener.onResolved(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been resolved.voidIVSColumnListener.onResolved(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been resolved.voidIVSFieldListener.onResolved(VSRelativeReference<?> reference, VSField field) Called when the property reference has been resolved.voidIVSTableListener.onResolved(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been resolved.voidVSActionAdapter.onResolved(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been resolved.voidVSColumnAdapter.onResolved(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been resolved.voidVSFieldAdapter.onResolved(VSRelativeReference<?> reference, VSField field) Called when the property reference has been resolved.voidVSTableAdapter.onResolved(VSRelativeReference<?> reference, VSTable table) Called when the property reference has been resolved.booleanIVSRelativeReferenceFocusScope.shouldVerify(VSRelativeReference<?> ref) Checks if a particular VS reference should be verified or not.Uses of VSRelativeReference in com.iizix.term.prop
Methods in com.iizix.term.prop that return VSRelativeReferenceModifier and TypeMethodDescriptionScreenFieldProp.getVSRelativeReference()Gets the relative VS connection.Methods in com.iizix.term.prop with parameters of type VSRelativeReferenceModifier and TypeMethodDescriptionScreenFieldProp.getBestVSColumnHeaderValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.ScreenFieldProp.getBestVSFieldValueType(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.voidScreenActionProp.onBroken(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been broken, i.e.voidScreenFieldProp.onBroken(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been broken, i.e.voidScreenFieldProp.onBroken(VSRelativeReference<?> reference, VSField field) Called when the property reference has been broken, i.e.voidScreenActionProp.onResolved(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been resolved.voidScreenFieldProp.onResolved(VSRelativeReference<?> reference, VSColumnHeader column) Called when the property reference has been resolved.voidScreenFieldProp.onResolved(VSRelativeReference<?> reference, VSField field) Called when the property reference has been resolved.