Uses of Interface
com.iizix.gyro.IClientSessionGyro
Packages that use IClientSessionGyro
Package
Description
Uses of IClientSessionGyro in com.iizix.api
Methods in com.iizix.api with parameters of type IClientSessionGyroModifier 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 IClientSessionGyro in com.iizix.api.ui
Methods in com.iizix.api.ui that return IClientSessionGyroModifier and TypeMethodDescriptionUIBaseEvent.getClientSessionGyro()
Gets the Client Session Gyro instance.UIConnectEvent.getClientSessionGyro()
Gets the client session gyro that started the new connection to an existing instance of the virtualized application with a shared VirtualSpace.Constructors in com.iizix.api.ui with parameters of type IClientSessionGyroModifierConstructorDescriptionUIConnectEvent
(UIPanelBase panel, IClientSessionGyro clientGyro) Constructs the event for a component.Uses of IClientSessionGyro in com.iizix.api.vs
Methods in com.iizix.api.vs that return IClientSessionGyroModifier and TypeMethodDescriptionVSBaseEventWithTrigger.getTriggerClientSessionGyro()
Gets the client session that triggered the VS event.Methods in com.iizix.api.vs with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionIVSFocusHandler.processFocusMapping
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, int destination, IFocusComp focusComp, int source, IFocusComp currentFocus) Called to return the component to focus.Uses of IClientSessionGyro in com.iizix.device.flash
Methods in com.iizix.device.flash that return IClientSessionGyroModifier and TypeMethodDescriptionIFlashlight.getClientSession()
Gets the client session associated with this flashlight instance.Uses of IClientSessionGyro in com.iizix.device.settings
Methods in com.iizix.device.settings that return IClientSessionGyroModifier and TypeMethodDescriptionIOpenNativeSettings.getClientSession()
Gets the client session associated with this flashlight instance.Methods in com.iizix.device.settings with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionvoid
IOpenSettingFailure.onFailure
(IClientSessionGyro clientSession, INativeSetting setting, OpenSettingError error) Called upon failure.void
IOpenSettingSuccess.onSuccess
(IClientSessionGyro clientSession, INativeSetting setting) Called upon success.Uses of IClientSessionGyro in com.iizix.event
Methods in com.iizix.event that return IClientSessionGyroModifier and TypeMethodDescriptionRefreshEvent.getClientSessionGyro()
The client session that caused the refresh.Constructors in com.iizix.event with parameters of type IClientSessionGyroModifierConstructorDescriptionRefreshEvent
(GProp<?> source, IClientSessionGyro clientGyro, RefreshEvent.Type type) Constructs a new sinking refresh event of the specified type.Uses of IClientSessionGyro in com.iizix.geo
Methods in com.iizix.geo with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionvoid
IAddUserLocation.addUserLocation
(IClientSessionGyro clientGyro, DeviceLocation location) Adds a new user location when received from a client session.void
IBackgroundLocationModeListener.onBackgroundLocationModeChanged
(IClientSessionGyro clientGyro, boolean isEnabled) Called when the background location mode changes.void
ILocationListener.onLocationChanged
(IClientSessionGyro clientGyro, DeviceLocation deviceLocation) Called when the device location has been received or changed.Uses of IClientSessionGyro in com.iizix.gyro
Methods in com.iizix.gyro that return IClientSessionGyroModifier and TypeMethodDescriptionILockState.getClientSessionGyro()
Gets the client session gyro.IAppSessionGyro.getClientSessionGyros()
Gets the active client session Gyro's for this application session Gyro.static IClientSessionGyro
IClientSessionGyro.getSessionInstance()
Gets the runtime application instance for the current thread in a client session.static IClientSessionGyro
IClientSessionGyro.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 IClientSessionGyroModifier and TypeMethodDescriptionIUserAuthenticationUI.changePassword
(IClientSessionGyro clientGyro, String user, String oldPassword, String newPassword) Changes the password for the user.default UIComp
IAppSessionFocusProvider.findFocusFromVS
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel) Finds the UI focus from VS.IUserAuthenticationUI.getActiveUserSessions
(IClientSessionGyro clientGyro) Gets the current user sessions that can be switched to, i.e.default IVSComponent
IAppSessionFocusProvider.getInitialVSFocus
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro) Returns the initial focus to set in the application.IUserAuthenticationUI.initialize
(IClientSessionGyro clientGyro, VSField user, VSField password, VSField rememberMe, VSField authProvider) Initializes the user ID, password, "Remember Me" enabled and auto-login settings.boolean
IUserAuthenticationUI.isUserNameFree
(IClientSessionGyro clientGyro, String user) Checks if the user name is free to use, i.e.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
IClientSessionDisposeListener.onDispose
(IClientSessionGyro clientGyro) Called when the client session is disposed of.void
IScreenOrientationListener.onScreenOrientationChanged
(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation) Called when the screen orientation changes.void
IScreenSizeListener.onScreenSizeChanged
(IClientSessionGyro clientSessionGyro, Size size) Called when the screen size changes.void
IStatusBarTapListener.onStatusBarTapped
(IClientSessionGyro clientGyro) Called when the status bar is tapped.IUserAuthenticationUI.performExternalLogin
(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, BiConsumer<SigninResult, IAuthenticatedUser> callback) Performs the login for any external login authentication provider.IUserAuthenticationUI.performExternalSignup
(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider) Performs a sign-up using the external authentication provider.IUserAuthenticationUI.performInternalLogin
(IClientSessionGyro clientGyro, String user, String password) Performs the login for the internal login provider.IUserAuthenticationUI.performInternalSignup
(IClientSessionGyro clientGyro, UserProfileInfo userProfile, String password, int autoLogin) Performs a sign-up using the internal login provider.boolean
IUserAuthenticationUI.saveUser
(IClientSessionGyro clientGyro, AuthenticationProvider provider, String user, String password, boolean rememberMe, AutoSignInPermission autoLogin) Saves the user ID, password and "Remember Me" enabled settings.boolean
IUserAuthenticationUI.switchTo
(IClientSessionGyro clientGyro, IAppSessionGyro session) Switches to the specified active application session.IUserAuthenticationUI.validatePassword
(IClientSessionGyro clientGyro, String user, String password) Validates the password against a password policy that would apply to the user in question.Uses of IClientSessionGyro in com.iizix.gyro.history
Methods in com.iizix.gyro.history with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionIAppHistory.isBackwardEnabled
(IClientSessionGyro clientGyro) Returns if the backward operation is enabled or not.default String
IAppHistoryBackward.isBackwardEnabled
(IAppHistoryEntry entry, IClientSessionGyro clientGyro) Returns if the backward operation is enabled or not.IAppHistoryEntry.isBackwardEnabled
(IClientSessionGyro clientGyro) Returns if the backward operation is enabled or not.IAppHistoryEntry.isBackwardFocusEnabled
(IClientSessionGyro clientGyro) Returns if the focus to the backward UI component if possible, otherwise the VS component.IAppHistory.isForwardEnabled
(IClientSessionGyro clientGyro) Returns if the forward operation is enabled or not.IAppHistoryEntry.isForwardEnabled
(IClientSessionGyro clientGyro) Returns if the forward operation is enabled or not.default String
IAppHistoryForward.isForwardEnabled
(IAppHistoryEntry entry, IClientSessionGyro clientGyro) Returns if the forward operation is enabled or not.IAppHistoryEntry.isForwardFocusEnabled
(IClientSessionGyro clientGyro) Returns if the focus to the forward UI component if possible, otherwise the VS component.IAppHistory.performBackward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.IAppHistoryBackward.performBackward
(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.IAppHistoryEntry.performBackward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.IAppHistory.performForward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.IAppHistoryEntry.performForward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.IAppHistoryForward.performForward
(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.IAppHistoryEntry.setBackwardFocus
(IClientSessionGyro clientGyro) Sets the focus to the backward UI component if possible, otherwise the VS component.IAppHistoryEntry.setForwardFocus
(IClientSessionGyro clientGyro) Sets the focus to the forward UI component if possible, otherwise the VS component.Uses of IClientSessionGyro in com.iizix.prop
Methods in com.iizix.prop that return IClientSessionGyroModifier and TypeMethodDescriptionFlash.getClientSession()
Gets the client session associated with this flashlight instance.NativeSetting.getClientSession()
Gets the client session associated with this flashlight instance.EnvProps.getClientSessionGyro()
Gets the client session gyro instance.GProp.getClientSessionGyro()
Returns the Client Session Gyro instance of this virtualized property.IGProp.getClientSessionGyro()
Returns the Client Session Gyro instance of this virtualized property.Methods in com.iizix.prop with parameters of type IClientSessionGyroModifier 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.IClientCachePreload.getPreloadClientCacheResources
(IClientSessionGyro clientGyro) Returns the list of resources that are required on the client side in the preload-to-cache mechanism.GeoProps.initialize
(IClientSessionGyro clientGyro, IAddUserLocation locationAdder) Initializes the client session to receive locations.boolean
PreloadClientCacheResource.isRelevant
(IClientSessionGyro clientGyro) Verifies if this resource is of relevant use for the client.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.EnvProps.registerSession
(IClientSessionGyro clientGyro, IRemoteSessionControlListener listener) Assigns the application session control listener.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 IClientSessionGyro in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionprotected void
AbstractContentUIContainer.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.Uses of IClientSessionGyro in com.iizix.prop.font
Methods in com.iizix.prop.font with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionFontFiles.getPreloadClientCacheResources
(IClientSessionGyro clientGyro) Returns the list of resources that are required on the client side in the preload-to-cache mechanism.Uses of IClientSessionGyro in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IClientSessionGyroModifier and TypeMethodDescriptionUIContextMenu.getClientSessionGyro()
Returns the Client Session Gyro instance of this virtualized property.UIPanelBase.getClientSessionGyro()
Returns the Client Session Gyro instance of this virtualized property.Methods in com.iizix.prop.ui with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionvoid
UIPanelBase.invokeOnUIConnectMethod
(IClientSessionGyro clientGyro) Invoke the create event methods of the component and the panel.void
MessageBox.onDispose
(IClientSessionGyro clientGyro) Called when the client session is disposed of.protected final void
UIPanelBase.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.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 IClientSessionGyro in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionprotected void
UITable.onVirtualizationCompleted
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, boolean isPostResolve) Called when virtualization completed.Uses of IClientSessionGyro in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return IClientSessionGyroModifier and TypeMethodDescriptionVirtualSpace.getClientSessionGyro()
Returns the Client Session Gyro instance.VSActionTXProcess.getClientSessionGyro()
Gets the client session gyro that created the action process.VSComponent.getClientSessionGyro()
Returns the Client Session Gyro instance.Methods in com.iizix.prop.vs with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionVSAction.invoke
(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback) Invokes the action.VSAction.invoke
(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback) Invokes the action.VSActionReference.invokeAction
(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback) Invokes the action.VSAction.invokeExecute
(IClientSessionGyro clientGyro) Invokes and executes the action directly in the callers thread, regardless of the action settings.VSAction.invokeExecute
(IClientSessionGyro clientGyro, GProp<?> trigger) Invokes and executes the action directly in the callers thread, regardless of the action settings.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.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 IClientSessionGyro in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type IClientSessionGyroModifier 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 IClientSessionGyro in com.iizix.server.geo
Methods in com.iizix.server.geo with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionboolean
UserLocationHistory.addLocationListener
(IClientSessionGyro clientGyro, IUserLocationListener listener) Adds a listener for changes in the user's location.Uses of IClientSessionGyro in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IClientSessionGyroMethods in com.iizix.server.gyro with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionAppHistoryEntry.isBackwardEnabled
(IClientSessionGyro clientGyro) Returns if the backward operation is enabled or not.AppHistoryEntry.isBackwardFocusEnabled
(IClientSessionGyro clientGyro) Returns if the focus to the backward UI component if possible, otherwise the VS component.AppHistoryEntry.isForwardEnabled
(IClientSessionGyro clientGyro) Returns if the forward operation is enabled or not.AppHistoryEntry.isForwardFocusEnabled
(IClientSessionGyro clientGyro) Returns if the focus to the forward UI component if possible, otherwise the VS component.AppHistoryEntry.performBackward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.AppHistoryEntry.performForward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.AppHistoryEntry.setBackwardFocus
(IClientSessionGyro clientGyro) Sets the focus to the backward UI component if possible, otherwise the VS component.AppHistoryEntry.setForwardFocus
(IClientSessionGyro clientGyro) Sets the focus to the forward UI component if possible, otherwise the VS component.Uses of IClientSessionGyro in com.iizix.server.user
Methods in com.iizix.server.user with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionUserProfileImageRequest.clientSessionGyro
(IClientSessionGyro clientGyro) Assigns the Client Session Gyro to use.AuthenticatedUser.getProfileImage
(IClientSessionGyro clientGyro, int width, int height, int quality) Gets the profile image for the user scaled to the requested size.AuthenticatedUser.getProfileImage
(IClientSessionGyro clientGyro, int width, int height, int quality, int rounded) Gets the profile image for the user scaled to the requested size.Uses of IClientSessionGyro in com.iizix.text
Methods in com.iizix.text with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionboolean
IKStringHTMLHyperlinkEvent.onActivated
(IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, String reference) Called to process the remote event when a hyperlink has been activated.Uses of IClientSessionGyro in com.iizix.urn.user
Methods in com.iizix.urn.user that return IClientSessionGyroModifier and TypeMethodDescriptionIUserProfileImageRequest.getClientSessionGyro()
Gets the client session gyro.Methods in com.iizix.urn.user with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionIUserProfileImageRequest.clientSessionGyro
(IClientSessionGyro clientGyro) Assigns the Client Session Gyro to use.Uses of IClientSessionGyro in com.iizix.user.geo
Methods in com.iizix.user.geo with parameters of type IClientSessionGyroModifier and TypeMethodDescriptionboolean
IUserLocationHistory.addLocationListener
(IClientSessionGyro clientGyro, IUserLocationListener listener) Adds a listener for changes in the user's location.