|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
org.jboss.errai.ui.cordova.events.touch.swipe.SwipeEvent<H>
H
- Handler type of the eventpublic abstract class SwipeEvent<H extends com.google.gwt.event.shared.EventHandler>
base class for all swipte events
Nested Class Summary | |
---|---|
static class |
SwipeEvent.Direction
|
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
---|
com.google.gwt.event.shared.GwtEvent.Type<H> |
Constructor Summary | |
---|---|
SwipeEvent(SwipeEvent.Direction direction)
Construct a swipe event with a given direction |
Method Summary | |
---|---|
SwipeEvent.Direction |
getDirection()
the direction of the event |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
---|
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
---|
setSource, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SwipeEvent(SwipeEvent.Direction direction)
direction
- the direction to useMethod Detail |
---|
public SwipeEvent.Direction getDirection()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |