GWT 2.7.0

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

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

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

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

Methods in com.google.gwt.event.dom.client with parameters of type TouchEndHandler
 HandlerRegistration HasTouchEndHandlers.addTouchEndHandler(TouchEndHandler handler)
          Adds a TouchEndEvent handler.
protected  void TouchEndEvent.dispatch(TouchEndHandler handler)
           
 

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

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


GWT 2.7.0