Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.cordova.events.touch
Class GestureUtility

java.lang.Object
  extended by 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)
           
 
Method Summary
 void addLongTapHandler(LongTapHandler handler)
           
 void addPinchHandler(PinchHandler handler)
           
 void addSwipeEndHandler(SwipeEndHandler handler)
           
 void addSwipeMoveHandler(SwipeMoveHandler handler)
           
 void addSwipeStartHandler(SwipeStartHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GestureUtility

public GestureUtility(com.google.gwt.user.client.ui.Widget source)
Method Detail

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)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.