| 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<TouchStartHandler> | TouchStartEvent. getAssociatedType() | 
| static DomEvent.Type<TouchStartHandler> | TouchStartEvent. getType()Gets the event type associated with touch start events. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | HasTouchStartHandlers. addTouchStartHandler(TouchStartHandler handler)Adds a  TouchStartEventhandler. | 
| protected void | TouchStartEvent. dispatch(TouchStartHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | Label. addTouchStartHandler(TouchStartHandler handler) | 
| HandlerRegistration | Image. addTouchStartHandler(TouchStartHandler handler) | 
| HandlerRegistration | FocusWidget. addTouchStartHandler(TouchStartHandler handler) | 
| HandlerRegistration | FocusPanel. addTouchStartHandler(TouchStartHandler handler) |