Uses of Interface
com.google.gwt.event.dom.client.TouchCancelHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of TouchCancelHandler in com.google.gwt.event.dom.client
Modifier and TypeClassDescriptionclass
Receiver used to handle all touch events at once.Modifier and TypeMethodDescriptionstatic <H extends TouchStartHandler & TouchMoveHandler & TouchEndHandler & TouchCancelHandler>
voidHandlesAllTouchEvents.handle
(HasAllTouchHandlers source, H reciever) Convenience method used to handle all touch events from an event source.Modifier and TypeMethodDescriptionfinal DomEvent.Type
<TouchCancelHandler> TouchCancelEvent.getAssociatedType()
static DomEvent.Type
<TouchCancelHandler> TouchCancelEvent.getType()
Gets the event type associated with touch start events.Modifier and TypeMethodDescriptionHasTouchCancelHandlers.addTouchCancelHandler
(TouchCancelHandler handler) Adds aTouchCancelEvent
handler.protected void
TouchCancelEvent.dispatch
(TouchCancelHandler handler) -
Uses of TouchCancelHandler in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionFocusPanel.addTouchCancelHandler
(TouchCancelHandler handler) FocusWidget.addTouchCancelHandler
(TouchCancelHandler handler) Image.addTouchCancelHandler
(TouchCancelHandler handler) Label.addTouchCancelHandler
(TouchCancelHandler handler)