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 HandlerRegistrationHasGestureStartHandlers. addGestureStartHandler(GestureStartHandler handler)Adds aGestureStartEventhandler.protected voidGestureStartEvent. 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 HandlerRegistrationFocusPanel. addGestureStartHandler(GestureStartHandler handler)HandlerRegistrationFocusWidget. addGestureStartHandler(GestureStartHandler handler)HandlerRegistrationImage. addGestureStartHandler(GestureStartHandler handler)HandlerRegistrationLabel. addGestureStartHandler(GestureStartHandler handler)
-