@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="UIEvent")
public class UIEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
UIEvent(java.lang.String type)
The UIEvent() constructor creates a new UIEvent.
|
UIEvent(java.lang.String type,
UIEventInit eventInitDict)
The UIEvent() constructor creates a new UIEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
detail()
The UIEvent.detail read-only property, when non-zero, provides the current (or next, depending on the event) click count.
|
Window |
view()
The UIEvent.view read-only property returns the WindowProxy object from which the event was generated.
|
int |
which() |
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, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic UIEvent(@Nonnull
java.lang.String type,
@Nonnull
UIEventInit eventInitDict)
public UIEvent(@Nonnull
java.lang.String type)
@JsProperty(name="detail") public int detail()
@JsProperty(name="view") @Nullable public Window view()
@JsProperty(name="which") public int which()