Uses of Interface
com.iizix.gyro.IFocusVetoListener
Packages that use IFocusVetoListener
Uses of IFocusVetoListener in com.iizix.gyro
Methods in com.iizix.gyro that return IFocusVetoListenerModifier and TypeMethodDescriptionIFocusEngine.getFocusVetoListeners()
Gets the current veto focus listeners.Methods in com.iizix.gyro with parameters of type IFocusVetoListenerModifier 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
Methods in com.iizix.prop with parameters of type IFocusVetoListenerModifier 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.