public interface Event extends JSObject
| Modifier and Type | Field and Description |
|---|---|
static short |
AT_TARGET |
static short |
BUBBLING_PHASE |
static short |
CAPTURING_PHASE |
| Modifier and Type | Method and Description |
|---|---|
EventTarget |
getCurrentTarget() |
short |
getEventPhase() |
EventTarget |
getTarget() |
JSObject |
getTimeStamp() |
String |
getType() |
void |
initEvent(String eventTypeArg,
boolean canBubbleArg,
boolean cancelableArg) |
boolean |
isBubbles() |
boolean |
isCancelable() |
void |
preventDefault() |
void |
stopPropagation() |
static final short CAPTURING_PHASE
static final short AT_TARGET
static final short BUBBLING_PHASE
String getType()
EventTarget getTarget()
EventTarget getCurrentTarget()
short getEventPhase()
boolean isBubbles()
boolean isCancelable()
JSObject getTimeStamp()
void stopPropagation()
void preventDefault()
void initEvent(String eventTypeArg, boolean canBubbleArg, boolean cancelableArg)
Copyright © 2015. All rights reserved.