|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SwipeEvent.Direction | |
---|---|
org.jboss.errai.ui.cordova.events.touch.swipe |
Uses of SwipeEvent.Direction in org.jboss.errai.ui.cordova.events.touch.swipe |
---|
Methods in org.jboss.errai.ui.cordova.events.touch.swipe that return SwipeEvent.Direction | |
---|---|
SwipeEvent.Direction |
SwipeEvent.getDirection()
the direction of the event |
static SwipeEvent.Direction |
SwipeEvent.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SwipeEvent.Direction[] |
SwipeEvent.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.jboss.errai.ui.cordova.events.touch.swipe with parameters of type SwipeEvent.Direction | |
---|---|
SwipeEndEvent(boolean distanceReached,
int distance,
SwipeEvent.Direction direction)
Construct a swipe end event |
|
SwipeEvent(SwipeEvent.Direction direction)
Construct a swipe event with a given direction |
|
SwipeMoveEvent(TouchPoint touch,
boolean distanceReached,
int distance,
SwipeEvent.Direction direction)
Construct a SwipeMoveEvent |
|
SwipeStartEvent(TouchPoint touch,
int distance,
SwipeEvent.Direction direction)
Construct a SwipeStartEvent |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |