Package | Description |
---|---|
ej.widget.basic.drawing |
Basic drawn widgets.
|
ej.widget.container |
Set of containers with specific layouts.
|
Modifier and Type | Class and Description |
---|---|
class |
BulletPagingIndicator
The bullet paging indicator is a widget that displays a set of dots following a line.
|
Modifier and Type | Field and Description |
---|---|
protected PagingIndicator |
AbstractCarousel.cursor
The cursor.
|
Constructor and Description |
---|
AbstractCarousel(boolean horizontal,
boolean cyclic,
PagingIndicator cursor,
boolean autoHideCursor)
Creates a carousel with a cursor that can be hidden automatically or not.
|
FillCarousel(boolean horizontal,
boolean cyclic,
PagingIndicator cursor,
boolean autoHideCursor)
Creates a fill carousel with a cursor that can be hidden automatically or not.
|
ListCarousel(boolean horizontal,
boolean cyclic,
PagingIndicator cursor,
boolean autoHideCursor)
Creates a list carousel with a cursor that can be hidden automatically or not.
|