Package | Description |
---|---|
ej.widget.container |
Set of containers with specific layouts.
|
ej.widget.util |
Widgets utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCarousel
The abstract carousel is a composite that contains a list of widget.
|
class |
FillCarousel
A fill carousel is a composite that contains a list of widget.
|
class |
ListCarousel
A list carousel is a composite that contains a list of widget.
|
Constructor and Description |
---|
SwipeEventHandler(int[] itemsSize,
boolean cyclic,
boolean snapToItem,
boolean horizontal,
Swipeable swipeable)
Creates a swipe event handler on a collection with heterogeneous sizes.
|
SwipeEventHandler(int size,
boolean cyclic,
boolean horizontal,
Swipeable swipeable)
Creates a swipe event handler on an element.
|
SwipeEventHandler(int itemCount,
int itemInterval,
boolean cyclic,
boolean snapToItem,
boolean horizontal,
Swipeable swipeable)
Creates a swipe event handler on a collection.
|
SwipeEventHandler(int itemCount,
int itemInterval,
boolean cyclic,
boolean horizontal,
Swipeable swipeable)
Creates a swipe event handler on a collection.
|