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 TypeMethodDescriptionvoidIInstanceLifecycleListener.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.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 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 IAppSessionGyroIAppSessionGyro.getSessionInstance()Gets the runtime application instance for the current thread in a client session.static IAppSessionGyroIAppSessionGyro.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 UICompIAppSessionFocusProvider.findFocusFromVS(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel) Finds the UI focus from VS.default IVSComponentIAppSessionFocusProvider.getInitialVSFocus(IAppSessionGyro appGyro, IClientSessionGyro clientGyro) Returns the initial focus to set in the application.voidIClientSessionConnectionListener.onClientConnection(IAppSessionGyro appGyro, IClientSessionGyro clientGyro) Called when a new client session is connected to the application session.voidIClientSessionConnectionListener.onClientDisposed(IAppSessionGyro appGyro, IClientSessionGyro clientGyro) Called when a client session is disposed of.voidIAppSessionDisposeListener.onDispose(IAppSessionGyro appGyro) Called when the application session is disposed of.default voidIAppSessionFocusProvider.onDisposed(IAppSessionGyro appGyro) Called when the application session is disposed of.default voidIAppSessionFocusProvider.onInitialized(IAppSessionGyro appGyro) Called when the application session is initialized.booleanIUserAuthenticationUI.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 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 voidClassReference.onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected final voidFixedVirtualizedAbstractReference.onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected voidGProp.onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected voidPropCnr.onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected final ClassReferenceClassReference.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 PropCnrPropCnr.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 voidAbstractContentUIContainer.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 voidUIPanelBase.onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, 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.default voidIUIAction.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 UICompsUIComps.virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.final UIContextMenuUIContextMenu.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 UIPanelPartCnrUIPanelPartCnr.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 voidUITable.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 voidVirtualSpace.onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.protected voidVSRelativeReference.onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.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.final VirtualSpaceVirtualSpace.virtualize(IAppSessionGyro appGyro) Call this method to "virtualize" a property tree.protected final VirtualSpaceVirtualSpace.virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected final VSComponentVSComponent.virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected final VSFocusReferenceVSFocusReference.virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected VSParticipantVSParticipant.virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.protected VSReferenceVSReference.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 TypeMethodDescriptionbooleanUserLocationHistory.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 TypeClassDescriptionclassGyro 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 TypeMethodDescriptionvoidWSFileProvider.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.voidScreenProp.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 TypeMethodDescriptionbooleanIUserLocationHistory.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 TypeMethodDescriptionvoidIReplyProcessor.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 IReplyContentAbstractInputProps.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.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 IAppSessionGyro in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json with parameters of type IAppSessionGyroModifier and TypeMethodDescriptionvoidJSONReplyDocument.processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply) Processes the reply contents for the Web Service.protected booleanJSONReplyDocument.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 TypeMethodDescriptionvoidURLEncodedInput.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 TypeMethodDescriptionvoidIWSFileProvider.downloadFiles(IAppSessionGyro appGyro, IWSFileDownload[] files, Runnable completed) Downloads the collection of files.