Package | Description |
---|---|
ej.widget.util.swipe |
Swipe utilities.
|
Constructor and Description |
---|
SwipeEventHandler(int[] itemsSize,
boolean cyclic,
boolean snapToItem,
boolean horizontal,
Swipeable swipeable,
ej.mwt.animation.Animator animator)
Creates a swipe event handler on a collection with heterogeneous sizes.
|
SwipeEventHandler(int size,
boolean cyclic,
boolean horizontal,
Swipeable swipeable,
ej.mwt.animation.Animator animator)
Creates a swipe event handler on an element.
|
SwipeEventHandler(int itemCount,
int itemInterval,
boolean cyclic,
boolean snapToItem,
boolean horizontal,
Swipeable swipeable,
ej.mwt.animation.Animator animator)
Creates a swipe event handler on a collection.
|
SwipeEventHandler(int itemCount,
int itemInterval,
boolean cyclic,
boolean horizontal,
Swipeable swipeable,
ej.mwt.animation.Animator animator)
Creates a swipe event handler on a collection.
|