GWT 2.7.0

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

Packages that use TouchCancelHandler
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 TouchCancelHandler in com.google.gwt.event.dom.client
 

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

Methods in com.google.gwt.event.dom.client with type parameters of type TouchCancelHandler
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 TouchCancelHandler
 DomEvent.Type<TouchCancelHandler> TouchCancelEvent.getAssociatedType()
           
static DomEvent.Type<TouchCancelHandler> TouchCancelEvent.getType()
          Gets the event type associated with touch start events.
 

Methods in com.google.gwt.event.dom.client with parameters of type TouchCancelHandler
 HandlerRegistration HasTouchCancelHandlers.addTouchCancelHandler(TouchCancelHandler handler)
          Adds a TouchCancelEvent handler.
protected  void TouchCancelEvent.dispatch(TouchCancelHandler handler)
           
 

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

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


GWT 2.7.0