Package | Description |
---|---|
ej.widget.animation |
Animation life cycle.
|
ej.widget.container |
Set of containers with specific layouts.
|
ej.widget.util |
Widgets utilities.
|
Modifier and Type | Method and Description |
---|---|
static void |
AnimationListenerRegistry.register(AnimationListener animationListener)
Registers an animation listener.
|
static void |
AnimationListenerRegistry.unregister(AnimationListener animationListener)
Unregisters an animation listener.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SwipeEventHandler.setAnimationListener(AnimationListener animationListener)
Sets the animation listener.
|