Uses of Interface
com.iizix.gyro.IFocusEngine
Package
Description
Uses of IFocusEngine in com.iizix.gyro
Modifier and TypeInterfaceDescriptioninterface
The VirtualSpace focus engine.Modifier and TypeMethodDescriptionGyroTransaction.getFocusEngine()
Returns the focus engine associated with this Gyro transaction.IAppSessionGyro.getFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.IFocusEngineProvider.getFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.IClientSessionGyro.getUIFocusEngine()
Returns the UI focus engine instance for the specified component.ModifierConstructorDescriptionGyroTransaction
(PropCnr transactionContainer, IFocusEngine focusEngine) Creates the gyro transaction for a property container.Uses of IFocusEngine in com.iizix.prop
Modifier and TypeMethodDescriptionIPropCnr.getFocusEngine
(IFocusComp comp) Locates the focus engine instance for the specified component.PropCnr.getFocusEngine
(IFocusComp comp) Locates the focus engine instance for the specified component.Uses of IFocusEngine in com.iizix.prop.vs
Modifier and TypeMethodDescriptionboolean
VSActionTXProcess.addTransactionContainer
(PropCnr transactionContainer, IFocusEngine focusEngine) Creates a Gyro transaction for a property container.Uses of IFocusEngine in com.iizix.server.app
Modifier and TypeMethodDescriptionVirtualsContainer.VContainer.getFocusEngine
(IFocusComp comp) Locates the focus engine instance for the specified component.Uses of IFocusEngine in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppSessionGyro.getFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.ClientSessionGyro.getFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.ClientSessionGyro.getUIFocusEngine()
Returns the UI focus engine instance for the specified component.