import"uievents.idl";
Public Member Functions | |
void | initUIEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, long detailArg) |
![]() | |
void | stopPropagation () |
void | stopImmediatePropagation () |
void | preventDefault () |
void | initEvent (DOMString type, boolean bubbles, boolean cancelable) |
Public Attributes | |
readonly attribute Window | view |
readonly attribute long | detail |
![]() | |
readonly attribute DOMString | type |
readonly attribute EventTarget | target |
readonly attribute EventTarget | currentTarget |
const unsigned short | NONE = 0 |
const unsigned short | CAPTURING_PHASE = 1 |
const unsigned short | AT_TARGET = 2 |
const unsigned short | BUBBLING_PHASE = 3 |
readonly attribute unsigned short | eventPhase |
readonly attribute boolean | bubbles |
readonly attribute boolean | cancelable |
readonly attribute boolean | defaultPrevented |
readonly attribute boolean | isTrusted |
readonly attribute DOMTimeStamp | timeStamp |
Definition at line 6 of file uievents.idl.
void UIEvent::initUIEvent | ( | DOMString | typeArg, |
boolean | bubblesArg, | ||
boolean | cancelableArg, | ||
Window? | viewArg, | ||
long | detailArg | ||
) |
readonly attribute long UIEvent::detail |
Definition at line 8 of file uievents.idl.
readonly attribute Window UIEvent::view |
Definition at line 7 of file uievents.idl.