org.jboss.errai.ui.cordova.events.touch
Class GestureUtility
java.lang.Object
org.jboss.errai.ui.cordova.events.touch.GestureUtility
public class GestureUtility
- extends Object
- Author:
- edewit@redhat.com
Constructor Summary |
GestureUtility(com.google.gwt.user.client.ui.Widget source)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GestureUtility
public GestureUtility(com.google.gwt.user.client.ui.Widget source)
addLongTapHandler
public void addLongTapHandler(LongTapHandler handler)
addSwipeStartHandler
public void addSwipeStartHandler(SwipeStartHandler handler)
addSwipeMoveHandler
public void addSwipeMoveHandler(SwipeMoveHandler handler)
addSwipeEndHandler
public void addSwipeEndHandler(SwipeEndHandler handler)
addPinchHandler
public void addPinchHandler(PinchHandler handler)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.