Package org.loboevolution.events
Interface FocusEvent
- All Known Implementing Classes:
FocusEventImpl
The FocusEvent interface represents focus-related events, including focus, blur, focusin, and focusout.
- See Also:
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
-
Method Summary
Modifier and TypeMethodDescriptionThe FocusEvent.relatedTarget read-only property is the secondary target, depending on the type of event:Methods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefault
Methods inherited from interface org.loboevolution.events.UIEvent
getDetail, getView, getWhich, initUIEvent, initUIEvent, initUIEvent, initUIEvent, initUIEvent
-
Method Details
-
getRelatedTarget
EventTarget getRelatedTarget()The FocusEvent.relatedTarget read-only property is the secondary target, depending on the type of event:- See Also:
-