|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TouchPoint | |
---|---|
org.jboss.errai.ui.cordova.events.touch.longtap | |
org.jboss.errai.ui.cordova.events.touch.swipe |
Uses of TouchPoint in org.jboss.errai.ui.cordova.events.touch.longtap |
---|
Methods in org.jboss.errai.ui.cordova.events.touch.longtap that return types with arguments of type TouchPoint | |
---|---|
List<TouchPoint> |
LongTapEvent.getStartPositions()
the start position of all fingers |
Constructor parameters in org.jboss.errai.ui.cordova.events.touch.longtap with type arguments of type TouchPoint | |
---|---|
LongTapEvent(Object source,
int numberOfFingers,
int time,
List<TouchPoint> startPositions)
Construct a LongTapEvent |
Uses of TouchPoint in org.jboss.errai.ui.cordova.events.touch.swipe |
---|
Methods in org.jboss.errai.ui.cordova.events.touch.swipe that return TouchPoint | |
---|---|
TouchPoint |
SwipeMoveEvent.getTouch()
|
TouchPoint |
SwipeStartEvent.getTouch()
|
Constructors in org.jboss.errai.ui.cordova.events.touch.swipe with parameters of type TouchPoint | |
---|---|
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 |