| Package | Description | 
|---|---|
| com.google.gwt.event.dom.client | Types related to DOM events. | 
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HandlesAllTouchEventsReceiver used to handle all touch events at once. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <H extends TouchStartHandler & TouchMoveHandler & TouchEndHandler & TouchCancelHandler> | HandlesAllTouchEvents. handle(HasAllTouchHandlers source,
      H reciever)Convenience method used to handle all touch events from an event source. | 
| Modifier and Type | Method and Description | 
|---|---|
| DomEvent.Type<TouchMoveHandler> | TouchMoveEvent. getAssociatedType() | 
| static DomEvent.Type<TouchMoveHandler> | TouchMoveEvent. getType()Gets the event type associated with touch move events. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | HasTouchMoveHandlers. addTouchMoveHandler(TouchMoveHandler handler)Adds a  TouchMoveEventhandler. | 
| protected void | TouchMoveEvent. dispatch(TouchMoveHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | Label. addTouchMoveHandler(TouchMoveHandler handler) | 
| HandlerRegistration | Image. addTouchMoveHandler(TouchMoveHandler handler) | 
| HandlerRegistration | FocusWidget. addTouchMoveHandler(TouchMoveHandler handler) | 
| HandlerRegistration | FocusPanel. addTouchMoveHandler(TouchMoveHandler handler) |