|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sgx.j2s.html.HTMLEvent
public class HTMLEvent
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 |
---|
public Element srcElement
public Element target
public int type
public int returnValue
public boolean cancelBubble
public int clientX
public int clientY
public int offsetX
public int offsetY
public int button
public boolean altKey
public boolean ctrlKey
public boolean shiftKey
public int keyCode
Constructor Detail |
---|
public HTMLEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |