| Modifier and Type | Field and Description |
|---|---|
static String |
CLICK |
static short |
LEFT_BUTTON |
static short |
MIDDLE_BUTTON |
static String |
MOUSEDOWN |
static String |
MOUSEMOVE |
static String |
MOUSEOUT |
static String |
MOUSEOVER |
static String |
MOUSEUP |
static short |
RIGHT_BUTTON |
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Modifier and Type | Method and Description |
|---|---|
boolean |
getAltKey() |
short |
getButton() |
int |
getClientX() |
int |
getClientY() |
boolean |
getCtrlKey() |
boolean |
getMetaKey() |
EventTarget |
getRelatedTarget() |
int |
getScreenX() |
int |
getScreenY() |
boolean |
getShiftKey() |
void |
initMouseEvent(String type,
boolean canBubble,
boolean cancelable,
JSObject view,
int detail,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
short button,
EventTarget relatedTarget) |
getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, isBubbles, isCancelable, preventDefault, stopPropagationstatic final short LEFT_BUTTON
static final short MIDDLE_BUTTON
static final short RIGHT_BUTTON
static final String CLICK
static final String MOUSEDOWN
static final String MOUSEUP
static final String MOUSEOVER
static final String MOUSEMOVE
static final String MOUSEOUT
int getScreenX()
int getScreenY()
int getClientX()
int getClientY()
boolean getCtrlKey()
boolean getShiftKey()
boolean getAltKey()
boolean getMetaKey()
short getButton()
EventTarget getRelatedTarget()
void initMouseEvent(String type, boolean canBubble, boolean cancelable, JSObject view, int detail, int screenX, int screenY, int clientX, int clientY, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey, short button, EventTarget relatedTarget)
Copyright © 2015. All rights reserved.