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 boolean
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.java.lang.String
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 IFocusVetoListener Modifier and Type Method Description protected java.lang.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.