Uses of Class
com.iizix.gyro.FocusException
Uses of FocusException in com.iizix
Modifier and TypeMethodDescriptionboolean
IComponent.requestFocusEx()
Requests focus to this component.boolean
IComponent.requestFocusEx
(boolean doAnimate) Requests focus to this component.Uses of FocusException in com.iizix.gyro
Modifier and TypeClassDescriptionclass
Focus veto exception event when focus was rejected by a focus veto capable party.Modifier and TypeMethodDescriptiondefault boolean
IFocusComp.requestFocusEx()
Requests focus to this component.default boolean
IFocusComp.requestFocusEx
(IGProp<?> trigger) Requests focus to this component.boolean
IFocusEngine.requestFocusEx
(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.Uses of FocusException in com.iizix.prop
Modifier and TypeMethodDescriptionboolean
IPropCnr.requestFocusEx
(IGProp<?> trigger, boolean isRemoteInduced) Requests focus to this component.boolean
PropCnr.requestFocusEx
(IGProp<?> trigger, boolean isRemoteInduced) Requests focus to this component.protected boolean
PropCnr.requestFocusEx
(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.Uses of FocusException in com.iizix.prop.ui
Modifier and TypeMethodDescriptionboolean
UIComp.requestFocusEx()
Requests focus to this component.boolean
UIComp.requestFocusEx
(boolean doAnimate) Requests focus to this component.boolean
UIComp.requestFocusEx
(IGProp<?> trigger, boolean isRemoteInduced) Requests focus to this component.boolean
UIComp.requestFocusEx
(IGProp<?> trigger, boolean isRemoteInduced, boolean doAnimate) Requests focus to this component.Uses of FocusException in com.iizix.server.gyro
Modifier and TypeClassDescriptionclass
Exception thrown when the application session is busy to veto the focus request.