Uses of Interface
com.google.gwt.event.dom.client.TouchStartHandler
Packages that use TouchStartHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of TouchStartHandler in com.google.gwt.event.dom.client
Classes in com.google.gwt.event.dom.client that implement TouchStartHandlerModifier and TypeClassDescriptionclass
Receiver used to handle all touch events at once.Methods in com.google.gwt.event.dom.client with type parameters of type TouchStartHandlerModifier and TypeMethodDescriptionstatic <H extends TouchStartHandler & TouchMoveHandler & TouchEndHandler & TouchCancelHandler>
voidHandlesAllTouchEvents.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 TouchStartHandlerModifier and TypeMethodDescriptionfinal DomEvent.Type
<TouchStartHandler> TouchStartEvent.getAssociatedType()
static DomEvent.Type
<TouchStartHandler> TouchStartEvent.getType()
Gets the event type associated with touch start events.Methods in com.google.gwt.event.dom.client with parameters of type TouchStartHandlerModifier and TypeMethodDescriptionHasTouchStartHandlers.addTouchStartHandler
(TouchStartHandler handler) Adds aTouchStartEvent
handler.protected void
TouchStartEvent.dispatch
(TouchStartHandler handler) -
Uses of TouchStartHandler in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type TouchStartHandlerModifier and TypeMethodDescriptionFocusPanel.addTouchStartHandler
(TouchStartHandler handler) FocusWidget.addTouchStartHandler
(TouchStartHandler handler) Image.addTouchStartHandler
(TouchStartHandler handler) Label.addTouchStartHandler
(TouchStartHandler handler)