Uses of Class
com.iizix.gyro.FocusException
Packages that use FocusException
Uses of FocusException in com.iizix
Methods in com.iizix that throw FocusExceptionModifier 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
Subclasses of FocusException in com.iizix.gyroModifier and TypeClassDescriptionclass
Focus veto exception event when focus was rejected by a focus veto capable party.Methods in com.iizix.gyro that throw FocusExceptionModifier 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
Methods in com.iizix.prop that throw FocusExceptionModifier 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
Methods in com.iizix.prop.ui that throw FocusExceptionModifier 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
Subclasses of FocusException in com.iizix.server.gyroModifier and TypeClassDescriptionclass
Exception thrown when the application session is busy to veto the focus request.