Uses of Class
com.iizix.gyro.FocusException
Packages that use FocusException Package Description com.iizix com.iizix.gyro com.iizix.prop com.iizix.prop.ui com.iizix.server.gyro Uses of FocusException in com.iizix
Methods in com.iizix that throw FocusException Modifier and Type Method Description boolean
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.gyro Modifier and Type Class Description class
FocusVetoException
Focus veto exception event when focus was rejected by a focus veto capable party.Methods in com.iizix.gyro that throw FocusException Modifier and Type Method Description default 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 FocusException Modifier and Type Method Description boolean
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 FocusException Modifier and Type Method Description boolean
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.gyro Modifier and Type Class Description class
AppBusyException
Exception thrown when the application session is busy to veto the focus request.