public interface HasSwipeable<T> extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addSwipeLeft(SwipeLeftEvent.SwipeLeftHandler<T> handler)
Add swipe left handler
|
com.google.gwt.event.shared.HandlerRegistration |
addSwipeRight(SwipeRightEvent.SwipeRightHandler<T> handler)
Add swipe right handler
|
void |
initSwipeable(com.google.gwt.dom.client.Element element,
com.google.gwt.user.client.ui.Widget target)
Initialize the swipeable component
|
void initSwipeable(com.google.gwt.dom.client.Element element, com.google.gwt.user.client.ui.Widget target)
com.google.gwt.event.shared.HandlerRegistration addSwipeLeft(SwipeLeftEvent.SwipeLeftHandler<T> handler)
handler - com.google.gwt.event.shared.HandlerRegistration addSwipeRight(SwipeRightEvent.SwipeRightHandler<T> handler)
handler - Copyright © 2016. All rights reserved.