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.
|
Modifier and Type | Method and Description |
---|---|
DomEvent.Type<GestureStartHandler> |
GestureStartEvent.getAssociatedType() |
static DomEvent.Type<GestureStartHandler> |
GestureStartEvent.getType()
Gets the event type associated with gesture start events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasGestureStartHandlers.addGestureStartHandler(GestureStartHandler handler)
Adds a
GestureStartEvent handler. |
protected void |
GestureStartEvent.dispatch(GestureStartHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Label.addGestureStartHandler(GestureStartHandler handler) |
HandlerRegistration |
Image.addGestureStartHandler(GestureStartHandler handler) |
HandlerRegistration |
FocusWidget.addGestureStartHandler(GestureStartHandler handler) |
HandlerRegistration |
FocusPanel.addGestureStartHandler(GestureStartHandler handler) |