public interface UIEvent extends Event
nsIDOMEvent
Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)
The DOM UIEvent
represents simple user interface events.
AT_TARGET, BEFORECOPY, BEFORECUT, BEFOREPASTE, BLUR, BUBBLING_PHASE, CAPTURING_PHASE, CHANGE, CLICK, CONTEXTMENU, COPY, CUT, DBLCLICK, DRAG, DRAGEND, DRAGENTER, DRAGLEAVE, DRAGOVER, DRAGSTART, DROP, ERROR, FOCUS, FOCUSIN, FOCUSOUT, INPUT, INVALID, KEYDOWN, KEYPRESS, KEYUP, MOUSEDOWN, MOUSEMOVE, MOUSEOUT, MOUSEOVER, MOUSEUP, MOUSEWHEEL, NONE, PASTE, RESIZE, SCROLL, SELECTSTART, SUBMIT, TOUCHCANCEL, TOUCHEND, TOUCHMOVE, TOUCHSTART, WEBKITANIMATIONEND, WEBKITANIMATIONITERATION, WEBKITANIMATIONSTART, WEBKITTRANSITIONEND
Modifier and Type | Method and Description |
---|---|
int |
getCharCode() |
int |
getDetail()
Detail about the event, depending on the type of event.
|
int |
getKeyCode() |
int |
getLayerX() |
int |
getLayerY() |
int |
getPageX() |
int |
getPageY() |
Window |
getView()
A view which generated the event.
|
int |
getWhich() |
void |
initUIEvent(String type,
boolean canBubble,
boolean cancelable,
Window view,
int detail)
Initializes the UIEvent object.
|
getClipboardData, getCurrentTarget, getEventPhase, getSrcElement, getTarget, getTimeStamp, getType, initEvent, isBubbles, isCancelable, isCancelBubble, isDefaultPrevented, isReturnValue, preventDefault, setCancelBubble, setReturnValue, stopImmediatePropagation, stopPropagation
int getCharCode()
int getDetail()
int getKeyCode()
int getLayerX()
int getLayerY()
int getPageX()
int getPageY()
Window getView()
int getWhich()
void initUIEvent(String type, boolean canBubble, boolean cancelable, Window view, int detail)
Initializes the UIEvent object.
typeArg
canBubbleArg
cancelableArg
viewArg
view
attribute value. This may be null
.detailArg
Copyright © 2018. All rights reserved.