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 TypeMethodDescriptionbooleanIComponent.requestFocusEx()Requests focus to this component.booleanIComponent.requestFocusEx(boolean doAnimate) Requests focus to this component.Uses of FocusException in com.iizix.gyro
Subclasses of FocusException in com.iizix.gyroModifier and TypeClassDescriptionclassFocus veto exception event when focus was rejected by a focus veto capable party.Methods in com.iizix.gyro that throw FocusExceptionModifier and TypeMethodDescriptiondefault booleanIFocusComp.requestFocusEx()Requests focus to this component.default booleanIFocusComp.requestFocusEx(IGProp<?> trigger) Requests focus to this component.booleanIFocusEngine.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 TypeMethodDescriptionbooleanIPropCnr.requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced) Requests focus to this component.booleanPropCnr.requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced) Requests focus to this component.protected booleanPropCnr.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 TypeMethodDescriptionbooleanUIComp.requestFocusEx()Requests focus to this component.booleanUIComp.requestFocusEx(boolean doAnimate) Requests focus to this component.booleanUIComp.requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced) Requests focus to this component.booleanUIComp.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 TypeClassDescriptionclassException thrown when the application session is busy to veto the focus request.