import "Event.idl";
Inherited by MutationEvent, OverflowEvent, and UIEvent.
Inheritance diagram for Event:


Public Member Functions | |
| void | stopPropagation () |
| void | preventDefault () |
| void | initEvent (in DOMString eventTypeArg, in boolean canBubbleArg, in boolean cancelableArg) |
Public Attributes | |
| const unsigned short | CAPTURING_PHASE = 1 |
| const unsigned short | AT_TARGET = 2 |
| const unsigned short | BUBBLING_PHASE = 3 |
| const unsigned short | MOUSEDOWN = 1 |
| const unsigned short | MOUSEUP = 2 |
| const unsigned short | MOUSEOVER = 4 |
| const unsigned short | MOUSEOUT = 8 |
| const unsigned short | MOUSEMOVE = 16 |
| const unsigned short | MOUSEDRAG = 32 |
| const unsigned short | CLICK = 64 |
| const unsigned short | DBLCLICK = 128 |
| const unsigned short | KEYDOWN = 256 |
| const unsigned short | KEYUP = 512 |
| const unsigned short | KEYPRESS = 1024 |
| const unsigned short | DRAGDROP = 2048 |
| const unsigned short | FOCUS = 4096 |
| const unsigned short | BLUR = 8192 |
| const unsigned short | SELECT = 16384 |
| const unsigned short | CHANGE = 32768 |
| readonly attribute DOMString | type |
| readonly attribute EventTarget | target |
| readonly attribute EventTarget | currentTarget |
| readonly attribute unsigned short | eventPhase |
| readonly attribute boolean | bubbles |
| readonly attribute boolean | cancelable |
| readonly attribute DOMTimeStamp | timeStamp |
Definition at line 24 of file Event.idl.
| void stopPropagation | ( | ) |
| void preventDefault | ( | ) |
| void initEvent | ( | in DOMString | eventTypeArg, | |
| in boolean | canBubbleArg, | |||
| in boolean | cancelableArg | |||
| ) |
| const unsigned short CAPTURING_PHASE = 1 |
| const unsigned short BUBBLING_PHASE = 3 |
| readonly attribute EventTarget target |
| readonly attribute EventTarget currentTarget |
| readonly attribute unsigned short eventPhase |
| readonly attribute boolean cancelable |
1.5.1