GWT 2.7.0

Uses of Interface
com.google.gwt.event.dom.client.TouchMoveHandler

Packages that use TouchMoveHandler
com.google.gwt.event.dom.client Types related to DOM events. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of TouchMoveHandler in com.google.gwt.event.dom.client
 

Classes in com.google.gwt.event.dom.client that implement TouchMoveHandler
 class HandlesAllTouchEvents
          Receiver used to handle all touch events at once.
 

Methods in com.google.gwt.event.dom.client with type parameters of type TouchMoveHandler
static
<H extends TouchStartHandler & TouchMoveHandler & TouchEndHandler & TouchCancelHandler>
void
HandlesAllTouchEvents.handle(HasAllTouchHandlers source, H reciever)
          Convenience method used to handle all touch events from an event source.
 

Methods in com.google.gwt.event.dom.client that return types with arguments of type TouchMoveHandler
 DomEvent.Type<TouchMoveHandler> TouchMoveEvent.getAssociatedType()
           
static DomEvent.Type<TouchMoveHandler> TouchMoveEvent.getType()
          Gets the event type associated with touch move events.
 

Methods in com.google.gwt.event.dom.client with parameters of type TouchMoveHandler
 HandlerRegistration HasTouchMoveHandlers.addTouchMoveHandler(TouchMoveHandler handler)
          Adds a TouchMoveEvent handler.
protected  void TouchMoveEvent.dispatch(TouchMoveHandler handler)
           
 

Uses of TouchMoveHandler in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui with parameters of type TouchMoveHandler
 HandlerRegistration Label.addTouchMoveHandler(TouchMoveHandler handler)
           
 HandlerRegistration Image.addTouchMoveHandler(TouchMoveHandler handler)
           
 HandlerRegistration FocusWidget.addTouchMoveHandler(TouchMoveHandler handler)
           
 HandlerRegistration FocusPanel.addTouchMoveHandler(TouchMoveHandler handler)
           
 


GWT 2.7.0