|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.dom.html.ClickInfo
public final class ClickInfo
Extensible info class for a "click" event.
Constructor Summary | |
---|---|
ClickInfo(IParameterInfo pi)
|
Method Summary | |
---|---|
int |
getPageX()
|
int |
getPageY()
|
boolean |
isAlt()
|
boolean |
isControl()
|
boolean |
isShift()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClickInfo(IParameterInfo pi)
Method Detail |
---|
public boolean isShift()
public boolean isAlt()
public boolean isControl()
public int getPageX()
public int getPageY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |