Uses of Class
com.iizix.prop.vs.VSComponent
Package
Description
Uses of VSComponent in com.iizigo.link.ui
Modifier and TypeInterfaceDescriptioninterface
IUIBuilderFromVS<VS_COMP extends VSComponent>
The interface used for UI builders from VirtualSpace.Uses of VSComponent in com.iizigo.link.vs
ModifierConstructorDescriptionLopVSComponent
(VSComponent target, PropCnr owner, Atom atom) Constructor.Uses of VSComponent in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionprotected VSComponent
VSRelativeReferencePropEditor.getCurrentReferenceTarget()
Gets the current property reference target.protected VSComponent
VSRelativeReferencePropEditor.getReferenceTarget
(String relativeReference) Gets the current property reference target.Uses of VSComponent in com.iizigo.vs
Modifier and TypeClassDescriptionclass
NewVSComponentWizard<TYPE extends VSComponent>
New VS Component wizard.Uses of VSComponent in com.iizigo.vs.prop
Modifier and TypeClassDescriptionclass
The Editor VirtualSpace Action property class.class
The Editor VirtualSpace Column property class.class
The Editor VirtualSpace Field property class.class
The Editor VirtualSpace Group property class.class
The Editor VirtualSpace Row property class.class
The Editor VirtualSpace Field property class.Modifier and TypeMethodDescriptionprotected void
EditorVSFocusReference.onRemoved
(VSComponent oldTarget) Called when the property reference has been disposed of e.g.protected void
EditorVSOnUIEvent.onRemoved
(VSComponent oldTarget) Called when the property reference has been disposed of e.g.protected void
EditorVSFocusReference.onResolved
(VSComponent target) Called when the property reference has been resolved.protected void
EditorVSOnUIEvent.onResolved
(VSComponent target) Called when the property reference has been resolved.Uses of VSComponent in com.iizigo.vs.wizards
Modifier and TypeClassDescriptionclass
VSComponentCreation<VSTYPE extends VSComponent>
Class for VirtualSpace component creation used in the wizards e.g.Modifier and TypeFieldDescriptionprotected VSTYPE
VSComponentCreation.createdComponent
The created component.Uses of VSComponent in com.iizigo.ws.editor
Modifier and TypeMethodDescriptionboolean
IEditorReplyProcessor.processReply
(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.boolean
IEditorReplyProcessor.processReply
(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.Uses of VSComponent in com.iizigo.ws.prop.json
Modifier and TypeMethodDescriptionboolean
EditorJSONReplyDocument.processReply
(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.boolean
EditorJSONReplyDocument.processReply
(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.Uses of VSComponent in com.iizix.gyro
Modifier and TypeMethodDescription<VSC extends VSComponent>
VSCIAppSessionGyro.getVirtualizedVSComponent
(VSC component) Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.Uses of VSComponent in com.iizix.prop
Modifier and TypeMethodDescriptionModuleApp.getInitialVSComponent()
Gets the component that initially should have focus, or be called (if VSAction is returned).Uses of VSComponent in com.iizix.prop.content
Modifier and TypeMethodDescriptionprotected void
AbstractContentUIContainer.addMappings
(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.protected void
AbstractContentUIContainer.addMappingsTable
(String uiRef, VSMappings mappings, VSComponent vsStateFocus) Gets the VSTable mappings of a VirtualSpace to the panel components.Uses of VSComponent in com.iizix.prop.ui
Modifier and TypeMethodDescriptionUIComp.getFirstContainerVSStateFocus()
Gets the first VS component encountered for state and focus of this container or in the parent tree up to the panel level.UIContainer.getFirstContainerVSStateFocus()
Gets the first VS component encountered for state and focus of this container or in the parent tree up to the panel level.AbstractUIAction.getMappedVSComponent()
Gets the main component that is used to map the UI component to the VirtualSpace.UIComp.getMappedVSComponent()
Gets the main component that is used to map the UI component to the VirtualSpace.AbstractUIAction.getVSFocusComponent()
Gets the VS component to focus when action is triggered.IUIAction.getVSFocusComponent()
Gets the VS component to focus when action is triggered.UIComp.getVSStateFocus()
Gets the VS component for state and focus of this component (always null) if the component is not a container.final VSComponent
UIContainer.getVSStateFocus()
Gets the VS component for state and focus of this container.Modifier and TypeMethodDescriptionGets the mappings of a panel UIComp to the VirtualSpace VSComponent's.IUIComp.getComponentMappings()
Gets the mappings to VSComponent's for this component.final List<VSComponent>
UIComp.getComponentMappings()
Gets the mappings to VSComponent's for this component.Modifier and TypeMethodDescriptionboolean
VSMappings.add
(String uiRef, UIComp uiComp, VSComponent vsComp) Adds a new mapping.boolean
VSMappings.add
(String uiRef, UIComp uiComp, VSComponent vsComp, boolean force) Adds a new mapping.protected void
UIComp.addMappings
(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.boolean
IUIAction.enterVSProcessing
(VSComponent component) Call this method when the VSField or the text will update each other, in order to avoid recursion in event processing.final boolean
UIComp.enterVSProcessing
(VSComponent component) Call this method when the VSField or the text will update each other, in order to avoid recursion in event processing.VSMappings.get
(VSComponent vsComp) Gets the mappings of a VSComponent to the panel components.VSMappings.list
(VSComponent vsComp, String indent) Lists the mappings from VS to UI.void
UIContainer.onBroken
(VSComponentReference reference, VSComponent component) Called when the property reference has been broken, i.e.void
UIContainer.onResolved
(VSComponentReference reference, VSComponent component) Called when the property reference has been resolved.void
UIContainer.onStateChanged
(VSComponent component, IVSComponentState.State state, boolean on) Called when the VS component changes state.protected void
AbstractUIAction.processVSComponentSelection
(VSComponent mappedComponent) Override to process the VS components selection state when Atom.SELECTED BoolProp changes.protected void
UIComp.processVSComponentSelection
(VSComponent mappedComponent) Override to process the VS components selection state when Atom.SELECTED BoolProp changes.boolean
AbstractUIAction.setVSFocusComponent
(VSComponent component) Sets the VS focus reference when action is clicked.protected boolean
UIComp.verifyComponentScope
(UIContainer scopeContainer, String what, PropVerification verification, VSComponent vsOuter) Verifies that this component has it's VS references inside the outer VS reference.protected boolean
UIContainer.verifyComponentScope
(UIContainer scopeContainer, String what, PropVerification verification, VSComponent vsOuter) Verifies that this component has it's VS references inside the outer VS reference.Uses of VSComponent in com.iizix.prop.ui.map
Modifier and TypeMethodDescriptionprotected void
MapMarkerProp.addMappings
(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.Uses of VSComponent in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionprotected void
MLItemProp.addMappings
(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.Uses of VSComponent in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionUITable.getMappedVSComponent()
Gets the main component that is used to map the UI component to the VirtualSpace.Uses of VSComponent in com.iizix.prop.vs
Modifier and TypeClassDescriptionclass
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.class
VSRelativeReference<TARGET extends VSComponent>
The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.Modifier and TypeClassDescriptionclass
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).Modifier and TypeFieldDescriptionprotected TARGET
VSRelativeReference.currentTarget
The current target reference.protected TARGET
VSRelativeReference.fixedTarget
The current target reference.Modifier and TypeMethodDescription<VSCOMP extends VSComponent,
REFTYPE extends VSRelativeReference<VSCOMP>>
AbstractVSVariable<VSCOMP,REFTYPE>[] VSVariables.getVariables()
Gets the variables of this container.Modifier and TypeMethodDescriptionVSComponent.clone()
Clones the VirtualSpace component.VSComponent.getNonVirtualized()
Gets the non-virtualized instance of this component, if it exists.VSReference.getVSComponent
(VSRelativeReference<?> relRef) Gets a VirtualSpace component from a relative reference.VSReference.getVSComponent
(String rel) Gets a VirtualSpace component from a relative reference.VSAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.protected final VSComponent
VSComponent.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Modifier and TypeMethodDescriptionvoid
VSWorkUnit.add
(VSComponent component) Adds another component in the work unit.boolean
VirtualSpace.areFree
(Runnable callback, boolean callbackIfFree, VSComponent... components) Verifies if the component(s) is/are included in a work unit currently in progress in this VirtualSpace.boolean
VSComponent.areFree
(Runnable callback, boolean callbackIfFree, VSComponent component) Verifies if this component and another are included in a work unit currently in progress in the VirtualSpace.boolean
VSComponent.areFree
(Runnable callback, boolean callbackIfFree, VSComponent... components) Verifies if this component and other component(s) are included in a work unit currently in progress in the VirtualSpace.boolean
VSWorkUnit.areFree
(Runnable callback, VSComponent... components) Verifies if component(s) is/are included in the work unit.boolean
VirtualSpace.areFree2
(Runnable callback, boolean callbackIfFree, VSComponent component, VSComponent... components) Verifies if the components are included in a work unit currently in progress in this VirtualSpace.boolean
VirtualSpace.isFree
(Runnable callback, boolean callbackIfFree, VSComponent component) Verifies if the component is included in a work unit currently in progress in this VirtualSpace.boolean
VSWorkUnit.isFree
(Runnable callback, VSComponent component) Verifies if a component is included in the work unit.boolean
IVSComponentReferenceProvider.isVSComponentReferenceValid
(Atom refAtom, VSComponent component) Validates the VS component reference that has been looked up when the reference property doesn't exist.default boolean
IVSComponentReferenceProvider.isVSComponentReferenceValid
(VSComponentReference ref, VSComponent component) Validates the VS component reference that has been looked up.void
IVSGenericComponentListener.onBroken
(VSComponentReference reference, VSComponent component) Called when the property reference has been broken, i.e.protected void
VSComponentReference.onRemoved
(VSComponent oldTarget) Called when the property reference has been disposed of e.g.protected void
VSFocusReference.onRemoved
(VSComponent oldTarget) Called when the property reference has been disposed of e.g.protected void
VSOnUIEvent.onRemoved
(VSComponent oldTarget) Called when the property reference has been disposed of e.g.void
IVSGenericComponentListener.onResolved
(VSComponentReference reference, VSComponent component) Called when the property reference has been resolved.protected void
VSComponentReference.onResolved
(VSComponent target) Called when the property reference has been resolved.protected void
VSFocusReference.onResolved
(VSComponent target) Called when the property reference has been resolved.protected void
VSOnUIEvent.onResolved
(VSComponent target) Called when the property reference has been resolved.void
IVSGenericComponentListener.onStateChanged
(VSComponent component, IVSComponentState.State state, boolean on) Called when the VS component changes state.ModifierConstructorDescriptionprotected
VSComponent
(Atom propertyAtom, VSComponent[] properties) Creates a property container with the specified name and properties.VSWorkUnit
(VSComponent component) The list of components used in the for the VS update work.VSWorkUnit
(VSComponent... components) The list of components used in the for the VS update work.Uses of VSComponent in com.iizix.prop.vs.actor
Modifier and TypeMethodDescriptionSetFocus.Settings.getTargetFocus()
Gets the target focus VS component.Uses of VSComponent in com.iizix.server.gyro
Modifier and TypeMethodDescription<VSC extends VSComponent>
VSCAppSessionGyro.getVirtualizedVSComponent
(VSC component) Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.Uses of VSComponent in com.iizix.term.prop
Modifier and TypeMethodDescriptionboolean
ScreenFieldProp.isVSComponentReferenceValid
(Atom refAtom, VSComponent component) Validates the VS component reference that has been looked up when the reference property doesn't exist.Uses of VSComponent in com.iizix.ws.prop.json
Modifier and TypeMethodDescriptionprotected boolean
JSONReplyDocument.processReply
(IAppSessionGyro appGyro, OutputProps output, JSONReply reply, boolean doPerform, IComplexOperation op, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes the reply to populate VirtualSpace.protected boolean
JSONReplyDocument.processReply
(IAppSessionGyro appGyro, OutputProps output, JSONReply reply, boolean doPerform, IComplexOperation op, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes the reply to populate VirtualSpace.