Uses of Interface
com.iizix.gyro.IFocusVetoListener
Uses of IFocusVetoListener in com.iizix.gyro
Modifier and TypeMethodDescriptionIFocusEngine.getFocusVetoListeners()
Gets the current veto focus listeners.Modifier and TypeMethodDescriptionboolean
IFocusEngine.addFocusVetoListener
(IFocusVetoListener listener) Adds a veto focus listener to the engine.boolean
IFocusEngine.removeFocusVetoListener
(IFocusVetoListener listener) Removes a veto focus listener from the engine.IFocusEngine.requestFocus
(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.boolean
IFocusEngine.requestFocusEx
(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.Uses of IFocusVetoListener in com.iizix.prop
Modifier and TypeMethodDescriptionprotected String
PropCnr.requestFocus
(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.protected boolean
PropCnr.requestFocusEx
(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.