public class UIEvent extends Event
Modifier and Type | Field and Description |
---|---|
double |
detail |
static UIEvent |
prototype |
Window |
view |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
constructor
Modifier | Constructor and Description |
---|---|
protected |
UIEvent() |
|
UIEvent(String type) |
|
UIEvent(String type,
UIEventInit eventInitDict) |
Modifier and Type | Method and Description |
---|---|
void |
initUIEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Window viewArg,
double detailArg) |
initEvent, preventDefault, stopImmediatePropagation, stopPropagation
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double detail
public Window view
public static UIEvent prototype
public UIEvent(String type, UIEventInit eventInitDict)
public UIEvent(String type)
protected UIEvent()