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 TypeMethodDescriptionbooleanIFocusEngine.addFocusVetoListener(IFocusVetoListener listener) Adds a veto focus listener to the engine.booleanIFocusEngine.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.booleanIFocusEngine.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 StringPropCnr.requestFocus(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.protected booleanPropCnr.requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.