public class UIEvent extends Event
Event.ComposedPathArrayUnionType, Event.DeepPathFn
Modifier and Type | Field and Description |
---|---|
int |
detail |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
Constructor and Description |
---|
UIEvent(java.lang.String type) |
UIEvent(java.lang.String type,
UIEventInit eventInitDict) |
Modifier and Type | Method and Description |
---|---|
void |
initUIEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Window viewArg,
int detailArg) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
public UIEvent(java.lang.String type, UIEventInit eventInitDict)
public UIEvent(java.lang.String type)
public void initUIEvent(java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, Window viewArg, int detailArg)