Uses of Interface
com.iizix.gyro.IFocusEngine
Packages that use IFocusEngine
Package
Description
Uses of IFocusEngine in com.iizix.gyro
Subinterfaces of IFocusEngine in com.iizix.gyroModifier and TypeInterfaceDescriptioninterface
The VirtualSpace focus engine.Methods in com.iizix.gyro that return IFocusEngineModifier 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.Constructors in com.iizix.gyro with parameters of type IFocusEngineModifierConstructorDescriptionGyroTransaction
(PropCnr transactionContainer, IFocusEngine focusEngine) Creates the gyro transaction for a property container.Uses of IFocusEngine in com.iizix.prop
Methods in com.iizix.prop that return IFocusEngineModifier 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
Methods in com.iizix.prop.vs with parameters of type IFocusEngineModifier and TypeMethodDescriptionboolean
VSActionTXProcess.addTransactionContainer
(PropCnr transactionContainer, IFocusEngine focusEngine) Creates a Gyro transaction for a property container.Uses of IFocusEngine in com.iizix.server.app
Methods in com.iizix.server.app that return IFocusEngineModifier and TypeMethodDescriptionVirtualsContainer.VContainer.getFocusEngine
(IFocusComp comp) Locates the focus engine instance for the specified component.Uses of IFocusEngine in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IFocusEngineModifier 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.