Uses of Interface
com.google.gwt.event.dom.client.GestureStartHandler
-
Packages that use GestureStartHandler 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. -
-
Uses of GestureStartHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type GestureStartHandler Modifier and Type Method Description DomEvent.Type<GestureStartHandler>
GestureStartEvent. getAssociatedType()
static DomEvent.Type<GestureStartHandler>
GestureStartEvent. getType()
Gets the event type associated with gesture start events.Methods in com.google.gwt.event.dom.client with parameters of type GestureStartHandler Modifier and Type Method Description HandlerRegistration
HasGestureStartHandlers. addGestureStartHandler(GestureStartHandler handler)
Adds aGestureStartEvent
handler.protected void
GestureStartEvent. dispatch(GestureStartHandler handler)
-
Uses of GestureStartHandler in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type GestureStartHandler Modifier and Type Method Description HandlerRegistration
FocusPanel. addGestureStartHandler(GestureStartHandler handler)
HandlerRegistration
FocusWidget. addGestureStartHandler(GestureStartHandler handler)
HandlerRegistration
Image. addGestureStartHandler(GestureStartHandler handler)
HandlerRegistration
Label. addGestureStartHandler(GestureStartHandler handler)
-