Uses of Class
com.iizix.prop.vs.VSRelativeReference
Uses of VSRelativeReference in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type VSRelativeReference Modifier and Type Method Description protected static void
VSRelativeReferencePropEditor. 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 VSRelativeReference Modifier and Type Method Description Value.Type
TablePanel. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Value.Type
ValuePanel. getBestVSFieldValueType(VSRelativeReference<?> reference)
void
ActionsPanel. onBroken(VSRelativeReference<?> reference, VSAction action)
void
TablePanel. onBroken(VSRelativeReference<?> reference, VSColumnHeader column)
void
TablePanel. onBroken(VSRelativeReference<?> reference, VSTable table)
void
ValuePanel. onBroken(VSRelativeReference<?> reference, VSField field)
void
ActionsPanel. onResolved(VSRelativeReference<?> reference, VSAction action)
void
TablePanel. onResolved(VSRelativeReference<?> reference, VSColumnHeader column)
void
TablePanel. onResolved(VSRelativeReference<?> reference, VSTable table)
void
ValuePanel. onResolved(VSRelativeReference<?> reference, VSField field)
Uses of VSRelativeReference in com.iizigo.vs.prop
Subclasses of VSRelativeReference in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVSFocusReference
Focus reference is used to set a reference to a focusable VSComponent.class
EditorVSOnUIEvent
OnFocus 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 VSRelativeReference Modifier and Type Method Description Value.Type
ResultSetColumnProp. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.Value.Type
InputVariable. getBestVSFieldValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.Value.Type
ResultProps. getBestVSFieldValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.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
ResultSetColumnProp. onBroken(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been broken, i.e.void
ResultSetProps. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.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
ResultSetColumnProp. onResolved(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been resolved.void
ResultSetProps. 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 VSRelativeReference Modifier and Type Method Description Value.Type
AbstractContentUIContainer. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.void
AbstractContentUIContainer. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.void
AbstractContentUIContainer. 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 VSRelativeReference Modifier and Type Method Description Value.Type
UIAbstractListChoice. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.Value.Type
UIComp. getBestVSFieldValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.void
AbstractUIAction. onBroken(VSRelativeReference<?> reference, VSAction action)
Called when the property reference has been broken, i.e.void
UIAbstractListChoice. onBroken(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been broken, i.e.void
UIComp. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
AbstractUIAction. onResolved(VSRelativeReference<?> reference, VSAction action)
Called when the property reference has been resolved.void
UIAbstractListChoice. onResolved(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been resolved.void
UIComp. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.boolean
UILabel. shouldVerify(VSRelativeReference<?> ref)
Checks if a particular VS reference should be verified or not.boolean
UIOutput. 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 VSRelativeReference Modifier and Type Method Description Value.Type
Series. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.void
Series. onBroken(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been broken, i.e.void
Series. 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 VSRelativeReference Modifier and Type Method Description Value.Type
UIMap. getBestVSFieldValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.void
UIMap. 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 VSRelativeReference Modifier and Type Method Description void
MLItemProp. 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 VSRelativeReference Modifier and Type Method Description Value.Type
UITableColumn. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.Value.Type
UITable. getBestVSFieldValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.void
UITable. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
UITable. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.void
UITableColumn. onBroken(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been broken, i.e.void
UITable. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
UITable. onResolved(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been resolved.void
UITableColumn. 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 VSRelativeReference Modifier and Type Class Description class
AbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>
Class that holds a single VS "variable" mapping of a certain type.class
VSReferenceOwnerData<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.vs Modifier and Type Class Description class
VSActionActorParticipant
The VirtualSpace Action Actor Participant used by Action Actors.class
VSActionReference
The VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.class
VSColumnReference
The VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.class
VSComponentReference
VS 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.class
VSFieldReference
VS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.class
VSFocusReference
Focus reference is used to set a reference to a focusable VSComponent.class
VSGroupReference
The VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.class
VSOnUIEvent
Class 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".class
VSTableColumnReference
The VirtualSpace Table Column Reference property class hold the name of a Column in a Table.class
VSTableReference
The VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.Methods in com.iizix.prop.vs with type parameters of type VSRelativeReference Modifier and Type Method Description <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 VSRelativeReference Modifier and Type Method Description VSRelativeReference<TARGET>
VSRelativeReference. clone()
Overrides clone to clear existing reference.Methods in com.iizix.prop.vs with parameters of type VSRelativeReference Modifier and Type Method Description Value.Type
IVSColumnBestValueListener. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.Value.Type
VSColumnAdapter. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.Value.Type
IVSFieldListener. getBestVSFieldValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.Value.Type
VSFieldAdapter. getBestVSFieldValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.VSComponent
VSReference. getVSComponent(VSRelativeReference<?> relRef)
Gets a VirtualSpace component from a relative reference.void
IVSActionListener. onBroken(VSRelativeReference<?> reference, VSAction action)
Called when the property reference has been broken, i.e.void
IVSColumnListener. onBroken(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been broken, i.e.void
IVSFieldListener. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
IVSTableListener. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.void
VSActionAdapter. onBroken(VSRelativeReference<?> reference, VSAction action)
Called when the property reference has been broken, i.e.void
VSColumnAdapter. onBroken(VSRelativeReference<?> reference, VSColumnHeader column)
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
VSTableAdapter. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.void
IVSActionListener. onResolved(VSRelativeReference<?> reference, VSAction action)
Called when the property reference has been resolved.void
IVSColumnListener. onResolved(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been resolved.void
IVSFieldListener. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
IVSTableListener. onResolved(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been resolved.void
VSActionAdapter. onResolved(VSRelativeReference<?> reference, VSAction action)
Called when the property reference has been resolved.void
VSColumnAdapter. onResolved(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been resolved.void
VSFieldAdapter. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.void
VSTableAdapter. onResolved(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been resolved.boolean
IVSRelativeReferenceFocusScope. 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 VSRelativeReference Modifier and Type Method Description VSRelativeReference<?>
ScreenFieldProp. getVSRelativeReference()
Gets the relative VS connection.Methods in com.iizix.term.prop with parameters of type VSRelativeReference Modifier and Type Method Description Value.Type
ScreenFieldProp. getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.Value.Type
ScreenFieldProp. getBestVSFieldValueType(VSRelativeReference<?> reference)
Requests the value type that would best suit the listener.void
ScreenActionProp. onBroken(VSRelativeReference<?> reference, VSAction action)
Called when the property reference has been broken, i.e.void
ScreenFieldProp. onBroken(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been broken, i.e.void
ScreenFieldProp. onBroken(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been broken, i.e.void
ScreenActionProp. onResolved(VSRelativeReference<?> reference, VSAction action)
Called when the property reference has been resolved.void
ScreenFieldProp. onResolved(VSRelativeReference<?> reference, VSColumnHeader column)
Called when the property reference has been resolved.void
ScreenFieldProp. onResolved(VSRelativeReference<?> reference, VSField field)
Called when the property reference has been resolved.