Uses of Interface
com.google.gwt.event.dom.client.GestureStartHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of GestureStartHandler in com.google.gwt.event.dom.client
Modifier and TypeMethodDescriptionfinal DomEvent.Type
<GestureStartHandler> GestureStartEvent.getAssociatedType()
static DomEvent.Type
<GestureStartHandler> GestureStartEvent.getType()
Gets the event type associated with gesture start events.Modifier and TypeMethodDescriptionHasGestureStartHandlers.addGestureStartHandler
(GestureStartHandler handler) Adds aGestureStartEvent
handler.protected void
GestureStartEvent.dispatch
(GestureStartHandler handler) -
Uses of GestureStartHandler in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionFocusPanel.addGestureStartHandler
(GestureStartHandler handler) FocusWidget.addGestureStartHandler
(GestureStartHandler handler) Image.addGestureStartHandler
(GestureStartHandler handler) Label.addGestureStartHandler
(GestureStartHandler handler)