Uses of Interface
com.iizix.gyro.IFocusVetoListener
Packages that use IFocusVetoListener Package Description com.iizix.gyro com.iizix.prop Uses of IFocusVetoListener in com.iizix.gyro
Methods in com.iizix.gyro that return IFocusVetoListener Modifier and Type Method Description IFocusVetoListener[]IFocusEngine. getFocusVetoListeners()Gets the current veto focus listeners.Methods in com.iizix.gyro with parameters of type IFocusVetoListener Modifier and Type Method Description booleanIFocusEngine. addFocusVetoListener(IFocusVetoListener listener)Adds a veto focus listener to the engine.booleanIFocusEngine. removeFocusVetoListener(IFocusVetoListener listener)Removes a veto focus listener from the engine.java.lang.StringIFocusEngine. 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 IFocusVetoListener Modifier and Type Method Description protected java.lang.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.