Uses of Interface
com.iizix.gyro.IClientSessionGyro
Package
Description
Uses of IClientSessionGyro in com.iizix.api
Modifier 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
Modifier 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.ModifierConstructorDescriptionUIConnectEvent
(UIPanelBase panel, IClientSessionGyro clientGyro) Constructs the event for a component.Uses of IClientSessionGyro in com.iizix.api.vs
Modifier and TypeMethodDescriptionVSBaseEventWithTrigger.getTriggerClientSessionGyro()
Gets the client session that triggered the VS event.Modifier 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
Modifier and TypeMethodDescriptionIFlashlight.getClientSession()
Gets the client session associated with this flashlight instance.Uses of IClientSessionGyro in com.iizix.device.settings
Modifier and TypeMethodDescriptionIOpenNativeSettings.getClientSession()
Gets the client session associated with this flashlight instance.Modifier 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
Modifier and TypeMethodDescriptionRefreshEvent.getClientSessionGyro()
The client session that caused the refresh.ModifierConstructorDescriptionRefreshEvent
(GProp<?> source, IClientSessionGyro clientGyro, RefreshEvent.Type type) Constructs a new sinking refresh event of the specified type.Uses of IClientSessionGyro in com.iizix.geo
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionIUserProfileImageRequest.getClientSessionGyro()
Gets the client session gyro.Modifier and TypeMethodDescriptionIUserProfileImageRequest.clientSessionGyro
(IClientSessionGyro clientGyro) Assigns the Client Session Gyro to use.Uses of IClientSessionGyro in com.iizix.user.geo
Modifier and TypeMethodDescriptionboolean
IUserLocationHistory.addLocationListener
(IClientSessionGyro clientGyro, IUserLocationListener listener) Adds a listener for changes in the user's location.