Uses of Class
com.iizix.prop.vs.VirtualSpace
Packages that use VirtualSpace
Package
Description
Uses of VirtualSpace in com.iizigo.vs
Methods in com.iizigo.vs that return VirtualSpaceModifier and TypeMethodDescriptionICreateVSField.getVirtualSpace()
Gets the VirtualSpace container for the connections.Uses of VirtualSpace in com.iizigo.vs.prop
Subclasses of VirtualSpace in com.iizigo.vs.propUses of VirtualSpace in com.iizix
Fields in com.iizix with type parameters of type VirtualSpaceModifier and TypeFieldDescriptionstatic final IPluginDescriptor<VirtualSpace>
BaseModules.VIRTUALSPACE
The VirtualSpace module.Uses of VirtualSpace in com.iizix.actionactor
Methods in com.iizix.actionactor that return VirtualSpaceModifier and TypeMethodDescriptiondefault VirtualSpace
IActionActorSettingsReceiver.getVirtualSpace()
Gets the VirtualSpace for the process VirtualSpace Action TXP process.Uses of VirtualSpace in com.iizix.api
Methods in com.iizix.api that return VirtualSpaceModifier and TypeMethodDescriptionBaseEvent.getVirtualizedVirtualSpace
(@FullVSRef String path) Gets a virtualized VirtualSpace for the application session.abstract VirtualSpace
BaseEvent.getVirtualSpace()
Gets the VirtualSpace of the event source component.Methods in com.iizix.api with parameters of type VirtualSpaceModifier and TypeMethodDescriptionvoid
IInstanceLifecycleListener.onVirtualized
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr owner) This method is called after the virtualization has completed and that all references, etc, are ready but before any kind of other action is done.Uses of VirtualSpace in com.iizix.api.ui
Methods in com.iizix.api.ui that return VirtualSpaceModifier and TypeMethodDescriptionUIBaseEvent.getVirtualSpace()
Gets the VirtualSpace of the UI event source component.Uses of VirtualSpace in com.iizix.api.vs
Methods in com.iizix.api.vs that return VirtualSpaceModifier and TypeMethodDescriptionVSBaseEvent.getVirtualSpace()
Gets the VirtualSpace of the VS event source component.Uses of VirtualSpace in com.iizix.db.prop
Methods in com.iizix.db.prop that return VirtualSpaceModifier and TypeMethodDescriptionInputProps.getVirtualSpace()
Gets the VirtualSpace.ResultProps.getVirtualSpace()
Gets the VirtualSpace.ResultSetProps.getVirtualSpace()
Gets the VirtualSpace.Methods in com.iizix.db.prop with parameters of type VirtualSpaceModifier and TypeMethodDescriptionvoid
InputProps.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
ResultProps.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
ResultSetProps.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.Uses of VirtualSpace in com.iizix.gyro
Methods in com.iizix.gyro that return VirtualSpaceModifier and TypeMethodDescriptionIVirtualSpaceFocusEngine.getLastFocusedVirtualSpace()
Returns the last focused VirtualSpace.IAppSessionGyro.getVirtualizedVirtualSpace
(VirtualSpace virtualSpace, boolean doVirtualize) Gets the virtualized counterpart of a VirtualSpace.Methods in com.iizix.gyro with parameters of type VirtualSpaceModifier and TypeMethodDescriptiondefault UIComp
IAppSessionFocusProvider.findFocusFromVS
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel) Finds the UI focus from VS.IClientSessionGyro.getMatchingPanels
(VirtualSpace virtualSpace) Gets the panels that matches a VirtualSpace for this client session.IAppSessionGyro.getVirtualizedVirtualSpace
(VirtualSpace virtualSpace, boolean doVirtualize) Gets the virtualized counterpart of a VirtualSpace.boolean
IAppSessionGyro.isVirtualized
(VirtualSpace virtualSpace) Returns if a VirtualSpace already is virtualized for the application.Uses of VirtualSpace in com.iizix.prop
Methods in com.iizix.prop with parameters of type VirtualSpaceModifier and TypeMethodDescriptionfinal void
PropCnr.completeVirtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp) Once the property container has been virtualized and added into a virtualized container, a call to this routine should be done.protected void
ClassReference.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected final void
FixedVirtualizedAbstractReference.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected void
GProp.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected void
PropCnr.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected final ClassReference
ClassReference.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected final FixedVirtualizedAbstractReference<TARGET>
FixedVirtualizedAbstractReference.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected GProp<?>
GProp.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected PropCnr
PropCnr.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Uses of VirtualSpace in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type VirtualSpaceModifier and TypeMethodDescriptionprotected void
AbstractContentUIContainer.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.Uses of VirtualSpace in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return VirtualSpaceModifier and TypeMethodDescriptionIUIComp.getVirtualSpace()
Gets the VirtualSpace of the UI component.UIComp.getVirtualSpace()
Gets the VirtualSpace of the UI component.UIContextMenu.getVirtualSpace()
Gets the VirtualSpace for this panel.UIPanelBase.getVirtualSpace()
Gets the VirtualSpace for this panel.Methods in com.iizix.prop.ui with parameters of type VirtualSpaceModifier and TypeMethodDescriptionprotected final void
UIPanelBase.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.void
UIContextMenu.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
UIPanelBase.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.protected final LayoutMgr<?>
LayoutMgr.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected final UIComps
UIComps.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.final UIContextMenu
UIContextMenu.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.UIPanelBase.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected final UIPanelPartCnr
UIPanelPartCnr.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Uses of VirtualSpace in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type VirtualSpaceModifier and TypeMethodDescriptionprotected void
UITable.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.Uses of VirtualSpace in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VirtualSpaceModifier and TypeMethodDescriptionVirtualSpace.clone()
Clones the property.protected VirtualSpace
VSReference.getFixedTarget()
Support for a fixed reference.VirtualSpace.getNonVirtualized()
Gets the non-virtualized instance of this component, i.e.VSReference.getNonVirtualizedVirtualSpace()
Gets the non-virtualized VirtualSpace instance.VirtualSpace.getVirtualized()
Gets the virtualized instance of this component, i.e.VirtualSpace.getVirtualized
(boolean doVirtualize) Gets the virtualized instance of this component, i.e.default VirtualSpace
IVSComponent.getVirtualizedVirtualSpace
(@FullVSRef String path) Gets a virtualized VirtualSpace for the application session.VirtualSpace.getVirtualizedVirtualSpace
(@FullVSRef String path) Gets a virtualized VirtualSpace for the application session from this virtualized VirtualSpace.IVSAccessor.getVirtualSpace()
Gets the referrer's back-reference to the VirtualSpace.IVSComponent.getVirtualSpace()
Gets the VirtualSpace instance.VirtualSpace.getVirtualSpace()
Gets the VirtualSpace.VSComponent.getVirtualSpace()
Gets the VirtualSpace instance.VSParticipantReference.getVirtualSpace()
Gets the VirtualSpace.VSParticipantsHolder.getVirtualSpace()
Gets the VirtualSpace associated with this participant holder.VSReference.getVirtualSpace()
Gets the VirtualSpace for this reference.FullVSAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to the VirtualSpace.final VirtualSpace
VirtualSpace.virtualize
(IAppSessionGyro appGyro) Call this method to "virtualize" a property tree.protected final VirtualSpace
VirtualSpace.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Methods in com.iizix.prop.vs that return types with arguments of type VirtualSpaceModifier and TypeMethodDescriptionVSReference.getPropertyClass()
Gets the class wanted.FullVSAnnotationReferenceProcessor.getScopeClass()
Returns the class for the scope reference.VSAnnotationReferenceProcessor.getScopeClass()
Returns the class for the scope reference.Methods in com.iizix.prop.vs with parameters of type VirtualSpaceModifier and TypeMethodDescriptiondefault boolean
IVSParticipant.assignVirtualSpace
(VirtualSpace virtualSpace, IComplexOperation op) Sets the VirtualSpace participant's VirtualSpace reference.protected void
VSComponent.invokeOnVSCreateTree
(VirtualSpace vs) Invokes the onVSCreate method for the component if a VirtualSpace is present.protected final void
VSTable.invokeOnVSCreateTree
(VirtualSpace vs) Invokes the onVSCreate method for the component if a VirtualSpace is present.protected void
VirtualSpace.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected void
VSRelativeReference.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.void
IVSParticipant.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
VSParticipantsHolder.onVirtualSpaceVirtualized
(VirtualSpace virtualizedVirtualSpace, IAppSessionGyro appGyro) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.protected final VirtualSpace
VirtualSpace.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected final VSComponent
VSComponent.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected final VSFocusReference
VSFocusReference.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected VSParticipant
VSParticipant.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected VSReference
VSReference.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected VSRelativeReference<TARGET>
VSRelativeReference.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Constructors in com.iizix.prop.vs with parameters of type VirtualSpaceModifierConstructorDescriptionVSWorkUnit
(VirtualSpace virtualSpace) Creates a work unit for the entire VirtualSpace.Uses of VirtualSpace in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type VirtualSpaceModifier and TypeMethodDescriptionRuntimeApp.getVirtualSpace()
Gets the VirtualSpace current instances.Methods in com.iizix.server.app with parameters of type VirtualSpaceModifier and TypeMethodDescriptionIVirtualsContainer.addVirtualInstance
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PROPCNR vpc, PROPCNR pc) Adds a virtualized property to the container.VirtualsContainer.addVirtualInstance
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PROPCNR vpc, PROPCNR pc) Adds a virtualized property to the container.Constructor parameters in com.iizix.server.app with type arguments of type VirtualSpaceModifierConstructorDescriptionRuntimeApp
(SessionInfo sessionInfo, AppFactory appFactory, PropMgr propMgr, ClientProps clientRoot, IFocusEngineProvider focusEngineProvider, IVirtualsContainer<VirtualSpace> virtualSpace) Creates the runtime application a client session.Uses of VirtualSpace in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return VirtualSpaceModifier and TypeMethodDescriptionAppSessionGyro.getVirtualizedVirtualSpace
(VirtualSpace virtualSpace, boolean doVirtualize) Gets the virtualized counterpart of a VirtualSpace.Methods in com.iizix.server.gyro that return types with arguments of type VirtualSpaceModifier and TypeMethodDescriptionAppSessionGyro.getVirtualSpaceVirtualsContainer()
The VirtualsContainer instance for VirtualSpace.Methods in com.iizix.server.gyro with parameters of type VirtualSpaceModifier and TypeMethodDescriptionClientSessionGyro.getMatchingPanels
(VirtualSpace virtualSpace) Gets the panels that matches a VirtualSpace for this client session.AppSessionGyro.getVirtualizedVirtualSpace
(VirtualSpace virtualSpace, boolean doVirtualize) Gets the virtualized counterpart of a VirtualSpace.boolean
AppSessionGyro.isVirtualized
(VirtualSpace virtualSpace) Returns if a VirtualSpace already is virtualized for the application.Uses of VirtualSpace in com.iizix.term.prop
Methods in com.iizix.term.prop that return VirtualSpaceModifier and TypeMethodDescriptionScreenFieldsProp.getVirtualSpace()
Gets the VirtualSpace.ScreenProp.getVirtualSpace()
Gets the VirtualSpace for this panel.Methods in com.iizix.term.prop with parameters of type VirtualSpaceModifier and TypeMethodDescriptionvoid
ScreenProp.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.Uses of VirtualSpace in com.iizix.txp.impl
Methods in com.iizix.txp.impl that return VirtualSpaceModifier and TypeMethodDescriptionfinal VirtualSpace
AbstractActionActorTXPNode.getVirtualSpace()
Gets the VirtualSpace for the process VirtualSpace Action TXP process.Uses of VirtualSpace in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return VirtualSpaceModifier and TypeMethodDescriptionAbstractInputProps.getVirtualSpace()
Gets the VirtualSpace.OutputProps.getVirtualSpace()
Gets the VirtualSpace.Methods in com.iizix.ws.prop with parameters of type VirtualSpaceModifier and TypeMethodDescriptionvoid
OutputProps.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
RESTfulInputProps.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.Uses of VirtualSpace in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json that return VirtualSpaceModifier and TypeMethodDescriptionJSONEncodedInput.getVirtualSpace()
Gets the VirtualSpace.JSONReplyDocument.getVirtualSpace()
Gets the VirtualSpace.Uses of VirtualSpace in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url that return VirtualSpace