org.sgx.j2s.html
Class HTMLEvent

Package class diagram package HTMLEvent
java.lang.Object
  extended by org.sgx.j2s.html.HTMLEvent

public class HTMLEvent
extends java.lang.Object


Field Summary
 boolean altKey
           
 int button
           
 boolean cancelBubble
           
 int clientX
           
 int clientY
           
 boolean ctrlKey
           
 int keyCode
           
 int offsetX
           
 int offsetY
           
 int returnValue
           
 boolean shiftKey
           
 Element srcElement
           
 Element target
           
 int type
           
 
Constructor Summary
HTMLEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

srcElement

public Element srcElement

target

public Element target

type

public int type

returnValue

public int returnValue

cancelBubble

public boolean cancelBubble

clientX

public int clientX

clientY

public int clientY

offsetX

public int offsetX

offsetY

public int offsetY

button

public int button

altKey

public boolean altKey

ctrlKey

public boolean ctrlKey

shiftKey

public boolean shiftKey

keyCode

public int keyCode
Constructor Detail

HTMLEvent

public HTMLEvent()