|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.web.bindery.event.shared.Event<H> com.google.gwt.event.shared.GwtEvent<H> com.google.gwt.event.dom.client.DomEvent<H> org.utgenome.gwt.ipad.event.TouchEvent<H>
public abstract class TouchEvent<H extends com.google.gwt.event.shared.EventHandler>
Common code for all touch events.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent |
---|
com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler> |
Constructor Summary | |
---|---|
TouchEvent()
|
Method Summary | |
---|---|
com.google.gwt.core.client.JsArray<Touch> |
changedTouches()
|
com.google.gwt.core.client.JsArray<Touch> |
targetTouches()
|
com.google.gwt.core.client.JsArray<Touch> |
touches()
|
Methods inherited from class com.google.gwt.event.dom.client.DomEvent |
---|
fireNativeEvent, fireNativeEvent, getAssociatedType, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
---|
assertLive, dispatch, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
---|
setSource, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TouchEvent()
Method Detail |
---|
public com.google.gwt.core.client.JsArray<Touch> changedTouches()
public com.google.gwt.core.client.JsArray<Touch> targetTouches()
public com.google.gwt.core.client.JsArray<Touch> touches()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |