org.stjs.javascript.dom
Class DOMEvent

java.lang.Object
  extended by org.stjs.javascript.dom.DOMEvent

public class DOMEvent
extends Object


Field Summary
 boolean altKey
           
 boolean bubbles
           
 Object button
           
 boolean cancelable
           
 int charCode
           
 int clientX
           
 int clientY
           
 boolean ctrlKey
           
 Element currentTarget
           
 Object eventPhase
           
 int keyCode
           
 boolean metaKey
           
 int pageX
           
 int pageY
           
 Element relatedTarget
           
 int screenX
           
 int screenY
           
 boolean shiftKey
           
 Element srcElement
           
 Element target
           
 long timeStamp
           
 Element toElement
           
 String type
           
 int wheelDelta
           
 int which
           
 
Constructor Summary
DOMEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DOMEvent

public DOMEvent()


Copyright © 2013. All Rights Reserved.