Uses of Class
com.google.gwt.event.dom.client.TouchEvent
Package
Description
Types related to DOM events.
-
Uses of TouchEvent in com.google.gwt.event.dom.client
Modifier and TypeClassDescriptionclass
Represents a native touch start event.class
Represents a native touch end event.class
Represents a native touch move event.class
Represents a native touch start event. -
Uses of TouchEvent in com.google.gwt.touch.client
Modifier and TypeMethodDescriptionprotected Touch
TouchScroller.getTouchFromEvent
(TouchEvent<?> event) Get touch from event.protected void
TouchScroller.onDragEnd
(TouchEvent<?> event) Called when the object's drag sequence is complete.protected void
TouchScroller.onDragMove
(TouchEvent<?> event) Called when the object has been dragged to a new position.protected void
TouchScroller.onDragStart
(TouchEvent<?> event) Called when the object has started dragging.protected void
TouchScroller.onTouchCancel
(TouchEvent<?> event) Called when the user cancels a touch.protected void
TouchScroller.onTouchEnd
(TouchEvent<?> event) Called when the user releases a touch.protected void
TouchScroller.onTouchMove
(TouchEvent<?> event) Called when the user moves a touch.protected void
TouchScroller.onTouchStart
(TouchEvent<?> event) Called when the user starts a touch.