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 VirtualSpaceICreateVSField. 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 classEditorVirtualSpaceThe 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. VIRTUALSPACEThe VirtualSpace module.Uses of VirtualSpace in com.iizix.actionactor
Methods in com.iizix.actionactor that return VirtualSpace Modifier and Type Method Description default VirtualSpaceIActionActorSettingsReceiver. 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 VirtualSpaceBaseEvent. getVirtualizedVirtualSpace(@FullVSRef java.lang.String path)Gets a virtualized VirtualSpace for the application session.abstract VirtualSpaceBaseEvent. getVirtualSpace()Gets the VirtualSpace of the event source component.Methods in com.iizix.api with parameters of type VirtualSpace Modifier and Type Method Description voidIInstanceLifecycleListener. 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 VirtualSpaceUIBaseEvent. 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 VirtualSpaceVSBaseEvent. 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 VirtualSpaceInputProps. getVirtualSpace()Gets the VirtualSpace.VirtualSpaceResultProps. getVirtualSpace()Gets the VirtualSpace.VirtualSpaceResultSetProps. getVirtualSpace()Gets the VirtualSpace.Methods in com.iizix.db.prop with parameters of type VirtualSpace Modifier and Type Method Description voidInputProps. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.voidResultProps. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.voidResultSetProps. 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 VirtualSpaceIVirtualSpaceFocusEngine. getLastFocusedVirtualSpace()Returns the last focused VirtualSpace.VirtualSpaceIAppSessionGyro. 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 UICompIAppSessionFocusProvider. 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.VirtualSpaceIAppSessionGyro. getVirtualizedVirtualSpace(VirtualSpace virtualSpace, boolean doVirtualize)Gets the virtualized counterpart of a VirtualSpace.booleanIAppSessionGyro. 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 voidPropCnr. 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 voidPropCnr. 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 voidClassReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidFixedVirtualizedAbstractReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidGProp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidFixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidGProp. 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 voidAbstractContentUIContainer. 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 VirtualSpaceIUIComp. getVirtualSpace()Gets the VirtualSpace of the UI component.VirtualSpaceUIComp. getVirtualSpace()Gets the VirtualSpace of the UI component.VirtualSpaceUIContextMenu. getVirtualSpace()Gets the VirtualSpace for this panel.VirtualSpaceUIPanelBase. getVirtualSpace()Gets the VirtualSpace for this panel.Methods in com.iizix.prop.ui with parameters of type VirtualSpace Modifier and Type Method Description protected voidUIContextMenu. 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 voidUIPanelBase. 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 voidContextMenuReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidUIComp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.voidUIContextMenu. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.voidUIPanelBase. 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.UICompsUIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.UIContextMenuUIContextMenu. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)Call this method to "virtualize" a property tree.UIPanelBaseUIPanelBase. 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 voidUITable. 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 VirtualSpaceVirtualSpace. clone()Clones the property.protected VirtualSpaceVSReference. getFixedTarget()Support for a fixed reference.VirtualSpaceVirtualSpace. getNonVirtualized()Gets the non-virtualized instance of this component, i.e.VirtualSpaceVSReference. getNonVirtualizedVirtualSpace()Gets the non-virtualized VirtualSpace instance.VirtualSpaceVirtualSpace. getVirtualized()Gets the virtualized instance of this component, i.e.VirtualSpaceVirtualSpace. getVirtualized(boolean doVirtualize)Gets the virtualized instance of this component, i.e.default VirtualSpaceIVSComponent. getVirtualizedVirtualSpace(@FullVSRef java.lang.String path)Gets a virtualized VirtualSpace for the application session.VirtualSpaceVirtualSpace. getVirtualizedVirtualSpace(@FullVSRef java.lang.String path)Gets a virtualized VirtualSpace for the application session from this virtualized VirtualSpace.VirtualSpaceIVSAccessor. getVirtualSpace()Gets the referrer's back-reference to the VirtualSpace.VirtualSpaceIVSComponent. getVirtualSpace()Gets the VirtualSpace instance.VirtualSpaceVirtualSpace. getVirtualSpace()Gets the VirtualSpace.VirtualSpaceVSComponent. getVirtualSpace()Gets the VirtualSpace instance.VirtualSpaceVSParticipantReference. getVirtualSpace()Gets the VirtualSpace.VirtualSpaceVSParticipantsHolder. getVirtualSpace()Gets the VirtualSpace associated with this participant holder.VirtualSpaceVSReference. getVirtualSpace()Gets the VirtualSpace for this reference.VirtualSpaceFullVSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to the VirtualSpace.VirtualSpaceVirtualSpace. 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 booleanIVSParticipant. assignVirtualSpace(VirtualSpace virtualSpace, IComplexOperation op)Sets the VirtualSpace participant's VirtualSpace reference.protected voidVirtualSpace. 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 voidVirtualSpace. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSComponent. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSRelativeReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSRelativeReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.voidIVSParticipant. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.voidVSParticipantsHolder. 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 VirtualSpaceAppSessionGyro. 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.VirtualSpaceAppSessionGyro. getVirtualizedVirtualSpace(VirtualSpace virtualSpace, boolean doVirtualize)Gets the virtualized counterpart of a VirtualSpace.booleanAppSessionGyro. 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 VirtualSpaceScreenFieldsProp. getVirtualSpace()Gets the VirtualSpace.VirtualSpaceScreenProp. getVirtualSpace()Gets the VirtualSpace for this panel.Methods in com.iizix.term.prop with parameters of type VirtualSpace Modifier and Type Method Description voidScreenProp. 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 VirtualSpaceAbstractActionActorTXPNode. 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 VirtualSpaceAbstractInputProps. getVirtualSpace()Gets the VirtualSpace.VirtualSpaceOutputProps. getVirtualSpace()Gets the VirtualSpace.Methods in com.iizix.ws.prop with parameters of type VirtualSpace Modifier and Type Method Description voidOutputProps. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.voidRESTfulInputProps. 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 VirtualSpaceJSONEncodedInput. getVirtualSpace()Gets the VirtualSpace.VirtualSpaceJSONReplyDocument. 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 VirtualSpaceURLEncodedInput. getVirtualSpace()Gets the VirtualSpace.