@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="FocusEvent")
public class FocusEvent
extends UIEvent
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
FocusEvent(java.lang.String type)
The FocusEvent() constructor returns a newly created FocusEvent object with an optional EventTarget.
|
FocusEvent(java.lang.String type,
FocusEventInit eventInitDict)
The FocusEvent() constructor returns a newly created FocusEvent object with an optional EventTarget.
|
| Modifier and Type | Method and Description |
|---|---|
EventTarget |
relatedTarget()
The FocusEvent.relatedTarget read-only property is the secondary target, depending on the type of event:
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic FocusEvent(@Nonnull
java.lang.String type,
@Nonnull
FocusEventInit eventInitDict)
public FocusEvent(@Nonnull
java.lang.String type)
@JsProperty(name="relatedTarget") @Nullable public EventTarget relatedTarget()