@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.
|
void |
initUIEvent(java.lang.String typeArg)
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
|
void |
initUIEvent(java.lang.String typeArg,
boolean bubblesArg)
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
|
void |
initUIEvent(java.lang.String typeArg,
boolean bubblesArg,
boolean cancelableArg)
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
|
void |
initUIEvent(java.lang.String typeArg,
boolean bubblesArg,
boolean cancelableArg,
Window viewArg)
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
|
void |
initUIEvent(java.lang.String typeArg,
boolean bubblesArg,
boolean cancelableArg,
Window viewArg,
int detailArg)
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
|
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, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, 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()
public void initUIEvent(@Nonnull
java.lang.String typeArg,
boolean bubblesArg,
boolean cancelableArg,
@Nullable
Window viewArg,
int detailArg)
public void initUIEvent(@Nonnull
java.lang.String typeArg,
boolean bubblesArg,
boolean cancelableArg,
@Nullable
Window viewArg)
public void initUIEvent(@Nonnull
java.lang.String typeArg,
boolean bubblesArg,
boolean cancelableArg)
public void initUIEvent(@Nonnull
java.lang.String typeArg,
boolean bubblesArg)
public void initUIEvent(@Nonnull
java.lang.String typeArg)