Uses of Interface
com.iizix.gyro.IFocusEngine
Packages that use IFocusEngine Package Description com.iizix.gyro com.iizix.prop com.iizix.prop.vs com.iizix.server.app com.iizix.server.gyro Uses of IFocusEngine in com.iizix.gyro
Subinterfaces of IFocusEngine in com.iizix.gyro Modifier and Type Interface Description interface
IVirtualSpaceFocusEngine
The VirtualSpace focus engine.Methods in com.iizix.gyro that return IFocusEngine Modifier and Type Method Description IFocusEngine
GyroTransaction. getFocusEngine()
Returns the focus engine associated with this Gyro transaction.IFocusEngine
IAppSessionGyro. getFocusEngine(IFocusComp comp)
Returns the focus engine instance for the specified component.IFocusEngine
IFocusEngineProvider. getFocusEngine(IFocusComp comp)
Returns the focus engine instance for the specified component.IFocusEngine
IClientSessionGyro. getUIFocusEngine()
Returns the UI focus engine instance for the specified component.Constructors in com.iizix.gyro with parameters of type IFocusEngine Constructor Description GyroTransaction(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 IFocusEngine Modifier and Type Method Description IFocusEngine
IPropCnr. getFocusEngine(IFocusComp comp)
Locates the focus engine instance for the specified component.IFocusEngine
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 IFocusEngine Modifier and Type Method Description boolean
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 IFocusEngine Modifier and Type Method Description IFocusEngine
VirtualsContainer.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 IFocusEngine Modifier and Type Method Description IFocusEngine
AppSessionGyro. getFocusEngine(IFocusComp comp)
Returns the focus engine instance for the specified component.IFocusEngine
ClientSessionGyro. getFocusEngine(IFocusComp comp)
Returns the focus engine instance for the specified component.IFocusEngine
ClientSessionGyro. getUIFocusEngine()
Returns the UI focus engine instance for the specified component.