info.magnolia.ui.vaadin.gwt.client.touchwidget
Class MobileSafariTouchWidgetImplProxy

java.lang.Object
  extended by info.magnolia.ui.vaadin.gwt.client.touchwidget.MobileSafariTouchWidgetImplProxy
All Implemented Interfaces:
com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl

public class MobileSafariTouchWidgetImplProxy
extends Object
implements com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl

Special implementation of TouchWidgetImpl that prevents conflicts with the inbuilt GWT touch functionality.


Constructor Summary
MobileSafariTouchWidgetImplProxy()
           
 
Method Summary
 com.google.gwt.event.shared.HandlerRegistration addTouchCancelHandler(com.google.gwt.user.client.ui.Widget w, com.googlecode.mgwt.dom.client.event.touch.TouchCancelHandler handler)
           
 com.google.gwt.event.shared.HandlerRegistration addTouchEndHandler(com.google.gwt.user.client.ui.Widget w, com.googlecode.mgwt.dom.client.event.touch.TouchEndHandler handler)
           
 com.google.gwt.event.shared.HandlerRegistration addTouchMoveHandler(com.google.gwt.user.client.ui.Widget w, com.googlecode.mgwt.dom.client.event.touch.TouchMoveHandler handler)
           
 com.google.gwt.event.shared.HandlerRegistration addTouchStartHandler(com.google.gwt.user.client.ui.Widget w, com.googlecode.mgwt.dom.client.event.touch.TouchStartHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileSafariTouchWidgetImplProxy

public MobileSafariTouchWidgetImplProxy()
Method Detail

addTouchStartHandler

public com.google.gwt.event.shared.HandlerRegistration addTouchStartHandler(com.google.gwt.user.client.ui.Widget w,
                                                                            com.googlecode.mgwt.dom.client.event.touch.TouchStartHandler handler)
Specified by:
addTouchStartHandler in interface com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl

addTouchMoveHandler

public com.google.gwt.event.shared.HandlerRegistration addTouchMoveHandler(com.google.gwt.user.client.ui.Widget w,
                                                                           com.googlecode.mgwt.dom.client.event.touch.TouchMoveHandler handler)
Specified by:
addTouchMoveHandler in interface com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl

addTouchCancelHandler

public com.google.gwt.event.shared.HandlerRegistration addTouchCancelHandler(com.google.gwt.user.client.ui.Widget w,
                                                                             com.googlecode.mgwt.dom.client.event.touch.TouchCancelHandler handler)
Specified by:
addTouchCancelHandler in interface com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl

addTouchEndHandler

public com.google.gwt.event.shared.HandlerRegistration addTouchEndHandler(com.google.gwt.user.client.ui.Widget w,
                                                                          com.googlecode.mgwt.dom.client.event.touch.TouchEndHandler handler)
Specified by:
addTouchEndHandler in interface com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.