Uses of Class
com.iizix.prop.vs.VirtualSpace
Uses of VirtualSpace in com.iizigo.vs
Methods in com.iizigo.vs that return VirtualSpace Modifier and Type Method Description VirtualSpace
ICreateVSField. getVirtualSpace()
Gets the VirtualSpace container for the connections.Uses of VirtualSpace in com.iizigo.vs.prop
Subclasses of VirtualSpace in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVirtualSpace
The Editor VirtualSpace property class.Uses of VirtualSpace in com.iizix
Fields in com.iizix with type parameters of type VirtualSpace Modifier and Type Field Description static IPluginDescriptor<VirtualSpace>
BaseModules. VIRTUALSPACE
The VirtualSpace module.Uses of VirtualSpace in com.iizix.actionactor
Methods in com.iizix.actionactor that return VirtualSpace Modifier and Type Method Description default 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 VirtualSpace Modifier and Type Method Description VirtualSpace
BaseEvent. getVirtualizedVirtualSpace(@FullVSRef java.lang.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 VirtualSpace Modifier and Type Method Description void
IInstanceLifecycleListener. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, 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 VirtualSpace Modifier and Type Method Description VirtualSpace
UIBaseEvent. 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 VirtualSpace Modifier and Type Method Description VirtualSpace
VSBaseEvent. 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 VirtualSpace Modifier and Type Method Description VirtualSpace
InputProps. getVirtualSpace()
Gets the VirtualSpace.VirtualSpace
ResultProps. getVirtualSpace()
Gets the VirtualSpace.VirtualSpace
ResultSetProps. getVirtualSpace()
Gets the VirtualSpace.Methods in com.iizix.db.prop with parameters of type VirtualSpace Modifier and Type Method Description void
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 VirtualSpace Modifier and Type Method Description VirtualSpace
IVirtualSpaceFocusEngine. getLastFocusedVirtualSpace()
Returns the last focused VirtualSpace.VirtualSpace
IAppSessionGyro. getVirtualizedVirtualSpace(VirtualSpace virtualSpace, boolean doVirtualize)
Gets the virtualized counterpart of a VirtualSpace.Methods in com.iizix.gyro with parameters of type VirtualSpace Modifier and Type Method Description default UIComp
IAppSessionFocusProvider. findFocusFromVS(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel)
Finds the UI focus from VS.UIPanelBase[]
IClientSessionGyro. getMatchingPanels(VirtualSpace virtualSpace)
Gets the panels that matches a VirtualSpace for this client session.VirtualSpace
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 VirtualSpace Modifier and Type Method Description 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
PropCnr. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
ClassReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
FixedVirtualizedAbstractReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
GProp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
FixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
GProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected GProp<?>
ClassReference. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
GProp. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
PropCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
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 VirtualSpace Modifier and Type Method Description protected void
AbstractContentUIContainer. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.Uses of VirtualSpace in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return VirtualSpace Modifier and Type Method Description VirtualSpace
IUIComp. getVirtualSpace()
Gets the VirtualSpace of the UI component.VirtualSpace
UIComp. getVirtualSpace()
Gets the VirtualSpace of the UI component.VirtualSpace
UIContextMenu. getVirtualSpace()
Gets the VirtualSpace for this panel.VirtualSpace
UIPanelBase. getVirtualSpace()
Gets the VirtualSpace for this panel.Methods in com.iizix.prop.ui with parameters of type VirtualSpace Modifier and Type Method Description protected void
UIContextMenu. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
UIPanelBase. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
ContextMenuReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
UIComp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, 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.LayoutMgr<?>
LayoutMgr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIComps
UIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIContextMenu
UIContextMenu. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)
Call this method to "virtualize" a property tree.UIPanelBase
UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelPartCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
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 VirtualSpace Modifier and Type Method Description protected void
UITable. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.Uses of VirtualSpace in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VirtualSpace Modifier and Type Method Description VirtualSpace
VirtualSpace. clone()
Clones the property.protected VirtualSpace
VSReference. getFixedTarget()
Support for a fixed reference.VirtualSpace
VirtualSpace. getNonVirtualized()
Gets the non-virtualized instance of this component, i.e.VirtualSpace
VSReference. getNonVirtualizedVirtualSpace()
Gets the non-virtualized VirtualSpace instance.VirtualSpace
VirtualSpace. getVirtualized()
Gets the virtualized instance of this component, i.e.VirtualSpace
VirtualSpace. getVirtualized(boolean doVirtualize)
Gets the virtualized instance of this component, i.e.default VirtualSpace
IVSComponent. getVirtualizedVirtualSpace(@FullVSRef java.lang.String path)
Gets a virtualized VirtualSpace for the application session.VirtualSpace
VirtualSpace. getVirtualizedVirtualSpace(@FullVSRef java.lang.String path)
Gets a virtualized VirtualSpace for the application session from this virtualized VirtualSpace.VirtualSpace
IVSAccessor. getVirtualSpace()
Gets the referrer's back-reference to the VirtualSpace.VirtualSpace
IVSComponent. getVirtualSpace()
Gets the VirtualSpace instance.VirtualSpace
VirtualSpace. getVirtualSpace()
Gets the VirtualSpace.VirtualSpace
VSComponent. getVirtualSpace()
Gets the VirtualSpace instance.VirtualSpace
VSParticipantReference. getVirtualSpace()
Gets the VirtualSpace.VirtualSpace
VSParticipantsHolder. getVirtualSpace()
Gets the VirtualSpace associated with this participant holder.VirtualSpace
VSReference. getVirtualSpace()
Gets the VirtualSpace for this reference.VirtualSpace
FullVSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)
Resolves a reference name to the VirtualSpace.VirtualSpace
VirtualSpace. virtualize(IAppSessionGyro appGyro)
Call this method to "virtualize" a property tree.Methods in com.iizix.prop.vs that return types with arguments of type VirtualSpace Modifier and Type Method Description java.lang.Class<VirtualSpace>
VSReference. getPropertyClass()
Gets the class wanted.java.lang.Class<VirtualSpace>
FullVSAnnotationReferenceProcessor. getScopeClass()
Returns the class for the scope reference.java.lang.Class<VirtualSpace>
VSAnnotationReferenceProcessor. getScopeClass()
Returns the class for the scope reference.Methods in com.iizix.prop.vs with parameters of type VirtualSpace Modifier and Type Method Description default boolean
IVSParticipant. assignVirtualSpace(VirtualSpace virtualSpace, IComplexOperation op)
Sets the VirtualSpace participant's VirtualSpace reference.protected void
VirtualSpace. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
VirtualSpace. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSComponent. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSRelativeReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSRelativeReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.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 GProp<?>
VirtualSpace. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Constructors in com.iizix.prop.vs with parameters of type VirtualSpace Constructor Description VSWorkUnit(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 VirtualSpace Modifier and Type Method Description IVirtualsContainer<VirtualSpace>
RuntimeApp. getVirtualSpace()
Gets the VirtualSpace current instances.Methods in com.iizix.server.app with parameters of type VirtualSpace Modifier and Type Method Description VirtualizedItem<PROPCNR>
IVirtualsContainer. addVirtualInstance(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PROPCNR vpc, PROPCNR pc)
Adds a virtualized property to the container.VirtualizedItem<PROPCNR>
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 VirtualSpace Constructor Description RuntimeApp(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 VirtualSpace Modifier and Type Method Description VirtualSpace
AppSessionGyro. 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 VirtualSpace Modifier and Type Method Description IVirtualsContainer<VirtualSpace>
AppSessionGyro. getVirtualSpaceVirtualsContainer()
The VirtualsContainer instance for VirtualSpace.Methods in com.iizix.server.gyro with parameters of type VirtualSpace Modifier and Type Method Description UIPanelBase[]
ClientSessionGyro. getMatchingPanels(VirtualSpace virtualSpace)
Gets the panels that matches a VirtualSpace for this client session.VirtualSpace
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 VirtualSpace Modifier and Type Method Description VirtualSpace
ScreenFieldsProp. getVirtualSpace()
Gets the VirtualSpace.VirtualSpace
ScreenProp. getVirtualSpace()
Gets the VirtualSpace for this panel.Methods in com.iizix.term.prop with parameters of type VirtualSpace Modifier and Type Method Description void
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 VirtualSpace Modifier and Type Method Description 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 VirtualSpace Modifier and Type Method Description VirtualSpace
AbstractInputProps. getVirtualSpace()
Gets the VirtualSpace.VirtualSpace
OutputProps. getVirtualSpace()
Gets the VirtualSpace.Methods in com.iizix.ws.prop with parameters of type VirtualSpace Modifier and Type Method Description void
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 VirtualSpace Modifier and Type Method Description VirtualSpace
JSONEncodedInput. getVirtualSpace()
Gets the VirtualSpace.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 Modifier and Type Method Description VirtualSpace
URLEncodedInput. getVirtualSpace()
Gets the VirtualSpace.