public class TouchWidgetMobileImpl extends Object implements TouchWidgetImpl
TouchWidgetImpl
Constructor and Description |
---|
TouchWidgetMobileImpl() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addTouchCancelHandler(com.google.gwt.user.client.ui.Widget w,
TouchCancelHandler handler)
Add a touch cancel handler to a widget
|
com.google.gwt.event.shared.HandlerRegistration |
addTouchEndHandler(com.google.gwt.user.client.ui.Widget w,
TouchEndHandler handler)
Add a touch end handler to a widget
|
com.google.gwt.event.shared.HandlerRegistration |
addTouchMoveHandler(com.google.gwt.user.client.ui.Widget w,
TouchMoveHandler handler)
Add a touch move handler to a widget
|
com.google.gwt.event.shared.HandlerRegistration |
addTouchStartHandler(com.google.gwt.user.client.ui.Widget w,
TouchStartHandler handler)
Add a touch start handler to a widget
|
public com.google.gwt.event.shared.HandlerRegistration addTouchStartHandler(com.google.gwt.user.client.ui.Widget w, TouchStartHandler handler)
addTouchStartHandler
in interface TouchWidgetImpl
w
- the widget that the handler should be added tohandler
- the handler to addpublic com.google.gwt.event.shared.HandlerRegistration addTouchMoveHandler(com.google.gwt.user.client.ui.Widget w, TouchMoveHandler handler)
addTouchMoveHandler
in interface TouchWidgetImpl
w
- the widget that the handler should be added tohandler
- the handler to addpublic com.google.gwt.event.shared.HandlerRegistration addTouchCancelHandler(com.google.gwt.user.client.ui.Widget w, TouchCancelHandler handler)
addTouchCancelHandler
in interface TouchWidgetImpl
w
- the widget that the handler should be added tohandler
- the handler to addpublic com.google.gwt.event.shared.HandlerRegistration addTouchEndHandler(com.google.gwt.user.client.ui.Widget w, TouchEndHandler handler)
addTouchEndHandler
in interface TouchWidgetImpl
w
- the widget that the handler should be added tohandler
- the handler to addCopyright © 2021 Magnolia International Ltd.. All rights reserved.