Package | Description |
---|---|
org.jboss.errai.ui.cordova.events.touch.swipe |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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 |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.