Uses of Interface
com.google.gwt.event.dom.client.GestureChangeHandler
-
Packages that use GestureChangeHandler 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 GestureChangeHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type GestureChangeHandler Modifier and Type Method Description DomEvent.Type<GestureChangeHandler>GestureChangeEvent. getAssociatedType()static DomEvent.Type<GestureChangeHandler>GestureChangeEvent. getType()Gets the event type associated with gesture change events.Methods in com.google.gwt.event.dom.client with parameters of type GestureChangeHandler Modifier and Type Method Description HandlerRegistrationHasGestureChangeHandlers. addGestureChangeHandler(GestureChangeHandler handler)Adds aGestureChangeEventhandler.protected voidGestureChangeEvent. dispatch(GestureChangeHandler handler) -
Uses of GestureChangeHandler in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type GestureChangeHandler Modifier and Type Method Description HandlerRegistrationFocusPanel. addGestureChangeHandler(GestureChangeHandler handler)HandlerRegistrationFocusWidget. addGestureChangeHandler(GestureChangeHandler handler)HandlerRegistrationImage. addGestureChangeHandler(GestureChangeHandler handler)HandlerRegistrationLabel. addGestureChangeHandler(GestureChangeHandler handler)
-