org.stjs.javascript.dom
Class DOMEvent
java.lang.Object
org.stjs.javascript.dom.DOMEvent
public class DOMEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bubbles
public boolean bubbles
button
public Object button
eventPhase
public Object eventPhase
cancelable
public boolean cancelable
charCode
public int charCode
clientX
public int clientX
clientY
public int clientY
keyCode
public int keyCode
screenX
public int screenX
screenY
public int screenY
srcElement
public Element srcElement
toElement
public Element toElement
wheelDelta
public int wheelDelta
target
public Element target
relatedTarget
public Element relatedTarget
currentTarget
public Element currentTarget
pageX
public int pageX
pageY
public int pageY
which
public int which
metaKey
public boolean metaKey
shiftKey
public boolean shiftKey
altKey
public boolean altKey
ctrlKey
public boolean ctrlKey
timeStamp
public long timeStamp
type
public String type
DOMEvent
public DOMEvent()
Copyright © 2013. All Rights Reserved.