Uses of Interface
com.iizix.gyro.IClientSessionGyro
Uses of IClientSessionGyro in com.iizix.api
Methods in com.iizix.api with parameters of type IClientSessionGyro Modifier and Type Method Description void
IInstanceLifecycleListener. 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 IClientSessionGyro in com.iizix.api.ui
Methods in com.iizix.api.ui that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyro
UIBaseEvent. getClientSessionGyro()
Gets the Client Session Gyro instance.IClientSessionGyro
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 IClientSessionGyro Constructor Description UIConnectEvent(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 IClientSessionGyro Modifier and Type Method Description IClientSessionGyro
VSBaseEventWithTrigger. getTriggerClientSessionGyro()
Gets the client session that triggered the VS event.Methods in com.iizix.api.vs with parameters of type IClientSessionGyro Modifier and Type Method Description IFocusComp
IVSFocusHandler. 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.event
Methods in com.iizix.event that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyro
RefreshEvent. getClientSessionGyro()
The client session that caused the refresh.Constructors in com.iizix.event with parameters of type IClientSessionGyro Constructor Description RefreshEvent(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 IClientSessionGyro Modifier and Type Method Description void
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 IClientSessionGyro Modifier and Type Method Description IClientSessionGyro
ILockState. getClientSessionGyro()
Gets the client session gyro.IClientSessionGyro[]
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 IClientSessionGyro Modifier and Type Method Description LoginResult
IUserAuthenticationUI. changePassword(IClientSessionGyro clientGyro, java.lang.String user, java.lang.String oldPassword, java.lang.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.IAppSessionGyro[]
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.int
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, java.lang.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.void
IUserAuthenticationUI. performExternalLogin(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, java.util.function.BiConsumer<LoginResult,UserInfoBase> callback)
Performs the login for any external login authentication provider.UserInfoBase
IUserAuthenticationUI. performExternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider)
Performs a sign-up using the external authentication provider.UserInfoBase
IUserAuthenticationUI. performInternalLogin(IClientSessionGyro clientGyro, java.lang.String user, java.lang.String password, boolean rememberProvider)
Performs the login for the internal login provider.UserInfoBase
IUserAuthenticationUI. performInternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, java.lang.String password, int autoLogin)
Performs a sign-up using the internal login provider.boolean
IUserAuthenticationUI. saveUser(IClientSessionGyro clientGyro, AuthenticationProvider provider, java.lang.String user, java.lang.String password, boolean rememberMe, int 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.PasswordPolicyResult
IUserAuthenticationUI. validatePassword(IClientSessionGyro clientGyro, java.lang.String user, java.lang.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 IClientSessionGyro Modifier and Type Method Description java.lang.String
IAppHistory. isBackwardEnabled(IClientSessionGyro clientGyro)
Returns if the backward operation is enabled or not.default java.lang.String
IAppHistoryBackward. isBackwardEnabled(IAppHistoryEntry entry, IClientSessionGyro clientGyro)
Returns if the backward operation is enabled or not.java.lang.String
IAppHistoryEntry. isBackwardEnabled(IClientSessionGyro clientGyro)
Returns if the backward operation is enabled or not.java.lang.String
IAppHistoryEntry. isBackwardFocusEnabled(IClientSessionGyro clientGyro)
Returns if the focus to the backward UI component if possible, otherwise the VS component.java.lang.String
IAppHistory. isForwardEnabled(IClientSessionGyro clientGyro)
Returns if the forward operation is enabled or not.java.lang.String
IAppHistoryEntry. isForwardEnabled(IClientSessionGyro clientGyro)
Returns if the forward operation is enabled or not.default java.lang.String
IAppHistoryForward. isForwardEnabled(IAppHistoryEntry entry, IClientSessionGyro clientGyro)
Returns if the forward operation is enabled or not.java.lang.String
IAppHistoryEntry. isForwardFocusEnabled(IClientSessionGyro clientGyro)
Returns if the focus to the forward UI component if possible, otherwise the VS component.java.lang.String
IAppHistory. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
IAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
IAppHistoryEntry. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
IAppHistory. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the forward operation for the client session in question.java.lang.String
IAppHistoryEntry. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the forward operation for the client session in question.java.lang.String
IAppHistoryForward. performForward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the forward operation for the client session in question.java.lang.String
IAppHistoryEntry. setBackwardFocus(IClientSessionGyro clientGyro)
Sets the focus to the backward UI component if possible, otherwise the VS component.java.lang.String
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 IClientSessionGyro Modifier and Type Method Description IClientSessionGyro
EnvProps. getClientSessionGyro()
Gets the client session gyro instance.IClientSessionGyro
GProp. getClientSessionGyro()
Returns the Client Session Gyro instance of this virtualized property.IClientSessionGyro
IGProp. getClientSessionGyro()
Returns the Client Session Gyro instance of this virtualized property.Methods in com.iizix.prop with parameters of type IClientSessionGyro Modifier and Type Method Description 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
PropCnr. 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.PreloadClientCacheResource[]
IClientCachePreload. getPreloadClientCacheResources(IClientSessionGyro clientGyro)
Returns the list of resources that are required on the client side in the preload-to-cache mechanism.ILocationService
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, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
FixedVirtualizedAbstractReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
GProp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
FixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
GProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.IRemoteSessionControl
EnvProps. registerSession(IClientSessionGyro clientGyro, IRemoteSessionControlListener listener)
Assigns the application session control listener.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 IClientSessionGyro in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type IClientSessionGyro Modifier and Type Method Description protected void
AbstractContentUIContainer. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.Uses of IClientSessionGyro in com.iizix.prop.font
Methods in com.iizix.prop.font with parameters of type IClientSessionGyro Modifier and Type Method Description PreloadClientCacheResource[]
FontFiles. 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 IClientSessionGyro Modifier and Type Method Description IClientSessionGyro
UIContextMenu. getClientSessionGyro()
Returns the Client Session Gyro instance of this virtualized property.IClientSessionGyro
UIPanelBase. getClientSessionGyro()
Returns the Client Session Gyro instance of this virtualized property.Methods in com.iizix.prop.ui with parameters of type IClientSessionGyro Modifier and Type Method Description protected void
UIContextMenu. 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 void
UIPanelBase. 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.void
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 void
ContextMenuReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
UIComp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.LayoutMgr<?>
LayoutMgr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIComps
UIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIContextMenu
UIContextMenu. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)
Call this method to "virtualize" a property tree.UIPanelBase
UIPanelBase. 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 IClientSessionGyro in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type IClientSessionGyro Modifier and Type Method Description protected void
UITable. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.Uses of IClientSessionGyro in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyro
VirtualSpace. getClientSessionGyro()
Returns the Client Session Gyro instance.IClientSessionGyro
VSActionTXProcess. getClientSessionGyro()
Gets the client session gyro that created the action process.IClientSessionGyro
VSComponent. getClientSessionGyro()
Returns the Client Session Gyro instance.Methods in com.iizix.prop.vs with parameters of type IClientSessionGyro Modifier and Type Method Description protected void
VirtualSpace. 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.java.lang.String
VSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback)
Invokes the action.java.lang.String
VSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)
Invokes the action.java.lang.String
VSActionReference. invokeAction(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)
Invokes the action.java.lang.String
VSAction. invokeExecute(IClientSessionGyro clientGyro)
Invokes and executes the action directly in the callers thread, regardless of the action settings.java.lang.String
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, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSComponent. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSRelativeReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSRelativeReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected GProp<?>
VirtualSpace. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
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 IClientSessionGyro 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.Uses of IClientSessionGyro in com.iizix.server.geo
Methods in com.iizix.server.geo with parameters of type IClientSessionGyro Modifier and Type Method Description boolean
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 IClientSessionGyro Modifier and Type Class Description class
ClientSessionGyro
The Client Session Gyro instance.Methods in com.iizix.server.gyro with parameters of type IClientSessionGyro Modifier and Type Method Description java.lang.String
AppHistoryEntry. isBackwardEnabled(IClientSessionGyro clientGyro)
Returns if the backward operation is enabled or not.java.lang.String
AppHistoryEntry. isBackwardFocusEnabled(IClientSessionGyro clientGyro)
Returns if the focus to the backward UI component if possible, otherwise the VS component.java.lang.String
AppHistoryEntry. isForwardEnabled(IClientSessionGyro clientGyro)
Returns if the forward operation is enabled or not.java.lang.String
AppHistoryEntry. isForwardFocusEnabled(IClientSessionGyro clientGyro)
Returns if the focus to the forward UI component if possible, otherwise the VS component.java.lang.String
AppHistoryEntry. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
AppHistoryEntry. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the forward operation for the client session in question.java.lang.String
AppHistoryEntry. setBackwardFocus(IClientSessionGyro clientGyro)
Sets the focus to the backward UI component if possible, otherwise the VS component.java.lang.String
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 IClientSessionGyro Modifier and Type Method Description UserProfileImageRequest
UserProfileImageRequest. clientSessionGyro(IClientSessionGyro clientGyro)
Assigns the Client Session Gyro to use.RuntimeImageDefinition
AuthenticatedUser. getProfileImage(IClientSessionGyro clientGyro, int width, int height, int quality)
Gets the profile image for the user scaled to the requested size.RuntimeImageDefinition
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 IClientSessionGyro Modifier and Type Method Description boolean
IKStringHTMLHyperlinkEvent. onActivated(IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, java.lang.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 IClientSessionGyro Modifier and Type Method Description IClientSessionGyro
IUserProfileImageRequest. getClientSessionGyro()
Gets the client session gyro.Methods in com.iizix.urn.user with parameters of type IClientSessionGyro Modifier and Type Method Description IUserProfileImageRequest
IUserProfileImageRequest. 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 IClientSessionGyro Modifier and Type Method Description boolean
IUserLocationHistory. addLocationListener(IClientSessionGyro clientGyro, IUserLocationListener listener)
Adds a listener for changes in the user's location.