Uses of Interface
com.iizix.gyro.IAppSessionGyro
Packages that use IAppSessionGyro
Package
Description
Uses of IAppSessionGyro in com.iizix.actionactor
Methods in com.iizix.actionactor with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionIActionActor.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.JavaActionActorBase.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.Uses of IAppSessionGyro in com.iizix.api
Methods in com.iizix.api that return IAppSessionGyroModifier and TypeMethodDescriptionBaseEvent.getAppSessionGyro()
Gets the Application Session Gyro instance.Methods in com.iizix.api with parameters of type IAppSessionGyroModifier 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 IAppSessionGyro in com.iizix.api.ui
Methods in com.iizix.api.ui that return IAppSessionGyroModifier and TypeMethodDescriptionUIBaseEvent.getAppSessionGyro()
Gets the Application Session Gyro instance.Uses of IAppSessionGyro in com.iizix.api.vs
Methods in com.iizix.api.vs that return IAppSessionGyroModifier and TypeMethodDescriptionVSBaseEvent.getAppSessionGyro()
Gets the Application Session Gyro instance.Methods in com.iizix.api.vs with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionIVSFocusHandler.processFocusMapping
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, int destination, IFocusComp focusComp, int source, IFocusComp currentFocus) Called to return the component to focus.Uses of IAppSessionGyro in com.iizix.db.actionactor
Methods in com.iizix.db.actionactor with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionDatabaseActionActor.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.Uses of IAppSessionGyro in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionDatabaseProps.getConnectionProfileSetup
(IAppSessionGyro appGyro) Gets the connection profile setup configured for this database transaction.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 IAppSessionGyro in com.iizix.gyro
Methods in com.iizix.gyro that return IAppSessionGyroModifier and TypeMethodDescriptionIUserAuthenticationUI.getActiveUserSessions
(IClientSessionGyro clientGyro) Gets the current user sessions that can be switched to, i.e.IClientSessionGyro.getAppSessionGyro()
Gets the Gyro for the application session.ILockState.getAppSessionGyro()
Gets the application session gyro.static IAppSessionGyro
IAppSessionGyro.getSessionInstance()
Gets the runtime application instance for the current thread in a client session.static IAppSessionGyro
IAppSessionGyro.getSessionInstance
(SessionInfo sessionInfo) Gets the runtime application instance for the current thread in a client session.Methods in com.iizix.gyro with parameters of type IAppSessionGyroModifier 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.default IVSComponent
IAppSessionFocusProvider.getInitialVSFocus
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro) Returns the initial focus to set in the application.void
IClientSessionConnectionListener.onClientConnection
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro) Called when a new client session is connected to the application session.void
IClientSessionConnectionListener.onClientDisposed
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro) Called when a client session is disposed of.void
IAppSessionDisposeListener.onDispose
(IAppSessionGyro appGyro) Called when the application session is disposed of.default void
IAppSessionFocusProvider.onDisposed
(IAppSessionGyro appGyro) Called when the application session is disposed of.default void
IAppSessionFocusProvider.onInitialized
(IAppSessionGyro appGyro) Called when the application session is initialized.boolean
IUserAuthenticationUI.switchTo
(IClientSessionGyro clientGyro, IAppSessionGyro session) Switches to the specified active application session.Uses of IAppSessionGyro in com.iizix.gyro.history
Methods in com.iizix.gyro.history that return IAppSessionGyroModifier and TypeMethodDescriptionIAppHistory.getAppSessionGyro()
Returns the application session gyro.Uses of IAppSessionGyro in com.iizix.prop
Methods in com.iizix.prop that return IAppSessionGyroModifier and TypeMethodDescriptionGProp.getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.IGProp.getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.Methods in com.iizix.prop with parameters of type IAppSessionGyroModifier 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 IAppSessionGyro in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionprotected void
AbstractContentUIContainer.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.Uses of IAppSessionGyro in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IAppSessionGyroModifier and TypeMethodDescriptionUIContextMenu.getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.UIPanelBase.getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.Methods in com.iizix.prop.ui with parameters of type IAppSessionGyroModifier 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.default void
IUIAction.setVSFocus
(IAppSessionGyro appGyro) Called to focus the VS component if defined.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 IAppSessionGyro in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionprotected void
UITable.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.Uses of IAppSessionGyro in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return IAppSessionGyroModifier and TypeMethodDescriptionVSActionTXProcess.getAppGyro()
Gets the Application session Gyro engine.VirtualSpace.getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.Methods in com.iizix.prop.vs with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionprotected 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.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.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.Uses of IAppSessionGyro in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionHistoryBackward.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.HistoryForward.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.SetFocus.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.SetSourceFieldValue.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.SetTargetFieldValue.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportField.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportGroup.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportSelectedTableRows.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportSingleSelectedTableRow.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportSingleSelectedTableRowAndColumnToField.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportSingleSelectedTableRowToFields.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportTableColumn.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportTableRows.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.Uses of IAppSessionGyro in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type IAppSessionGyroModifier 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.Uses of IAppSessionGyro in com.iizix.server.geo
Methods in com.iizix.server.geo with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionboolean
UserLocationHistory.addLocationListener
(IAppSessionGyro appGyro, IUserLocationListener listener) Adds a listener for changes in the user's location.Uses of IAppSessionGyro in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IAppSessionGyroModifier and TypeClassDescriptionclass
Gyro instance that is used for a single user running one application.Uses of IAppSessionGyro in com.iizix.server.oauth
Constructors in com.iizix.server.oauth with parameters of type IAppSessionGyroModifierConstructorDescriptionOAuthSession
(IAppSessionGyro appGyro) Constructs a new authentication session for the application session.Uses of IAppSessionGyro in com.iizix.server.user
Methods in com.iizix.server.user with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionUserProfileImageRequest.appSessionGyro
(IAppSessionGyro appGyro) Assigns the App Session Gyro to use.AuthenticatedUser.getProfileImage
(IAppSessionGyro appGyro, int width, int height, int quality, boolean createDefault) Gets the profile image for the user scaled to the requested size.AuthenticatedUser.getProfileImage
(IAppSessionGyro appGyro, int width, int height, int quality, boolean createDefault, int rounded) Gets the profile image for the user scaled to the requested size.Uses of IAppSessionGyro in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionvoid
WSFileProvider.downloadFiles
(IAppSessionGyro appGyro, IWSFileDownload[] files, Runnable completed) Downloads the collection of files.Uses of IAppSessionGyro in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionTerminalActionActor.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.void
ScreenProp.onVirtualSpaceVirtualized
(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace) Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.Uses of IAppSessionGyro in com.iizix.urn.user
Methods in com.iizix.urn.user that return IAppSessionGyroModifier and TypeMethodDescriptionIUserProfileImageRequest.getAppSessionGyro()
Gets the application session gyro.Methods in com.iizix.urn.user with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionIUserProfileImageRequest.appSessionGyro
(IAppSessionGyro appGyro) Assigns the App Session Gyro to use.Uses of IAppSessionGyro in com.iizix.user.geo
Methods in com.iizix.user.geo with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionboolean
IUserLocationHistory.addLocationListener
(IAppSessionGyro appGyro, IUserLocationListener listener) Adds a listener for changes in the user's location.Uses of IAppSessionGyro in com.iizix.ws.actionactor
Methods in com.iizix.ws.actionactor with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionWebServiceActionActor.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.Uses of IAppSessionGyro in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionvoid
IReplyProcessor.processReply
(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply) Processes the reply contents for the Web Service.Uses of IAppSessionGyro in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return IAppSessionGyroModifier and TypeMethodDescriptionRESTfulRequest.getAppSessionGyro()
Returns the application session gyro instance.Methods in com.iizix.ws.engine with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionIExecuteWebService.doExecute
(IAppSessionGyro appGyro, boolean doPerform) Executes the Web Service request.Constructors in com.iizix.ws.engine with parameters of type IAppSessionGyroModifierConstructorDescriptionRESTfulRequest
(IAppSessionGyro appGyro, WebServiceProp wsProp, IRequestContent requestContent, boolean doPerform) Constructs the transaction for the Web Service.Uses of IAppSessionGyro in com.iizix.ws.prop
Methods in com.iizix.ws.prop with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionabstract IReplyContent
AbstractInputProps.doExecute
(IAppSessionGyro appGyro, boolean doPerform) Executes the Web Service request.RESTfulInputProps.doExecute
(IAppSessionGyro appGyro, boolean doPerform) Executes the Web Service request.WebServiceProp.doExecute
(IAppSessionGyro appGyro, boolean doPerform) Executes the Web Service request.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 IAppSessionGyro in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionvoid
JSONReplyDocument.processReply
(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply) Processes the reply contents for the Web Service.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.Uses of IAppSessionGyro in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionvoid
URLEncodedInput.getParameters
(IAppSessionGyro appGyro, List<WSParameter> list) Gets all the parameters.URLInputParameter.getValue
(IAppSessionGyro appGyro) Gets the current value.URLInputParameter.getVSField
(IAppSessionGyro appGyro) Gets the VSField.Uses of IAppSessionGyro in com.iizix.wsfile
Methods in com.iizix.wsfile with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionvoid
IWSFileProvider.downloadFiles
(IAppSessionGyro appGyro, IWSFileDownload[] files, Runnable completed) Downloads the collection of files.