Package | Description |
---|---|
ej.widget.basic |
Basic widgets.
|
ej.widget.basic.drawing |
Basic drawn widgets.
|
ej.widget.basic.image |
Basic widgets represented with images.
|
ej.widget.basic.picto |
Basic widgets represented with pictos.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProgress
A progress is a widget that displays the progress of some task.
|
class |
AbstractSlider
A slider is a widget that lets the user graphically select a value by sliding a knob within a bounded interval.
|
class |
AnimatedImage
A widget that displays a sequence of images at a fixed rate.
|
class |
BoundedRange
A bounded range in an abstract widget that encapsulates a bounded range model.
|
class |
Box
A box is a widget that can be checked or unchecked.
|
class |
Button
A button is a widget that displays a text and reacts to click events.
|
class |
ButtonImage
A button image is a widget that displays an image and reacts to click events.
|
class |
Image
A widget that displays an image.
|
class |
Label
A label is a widget that displays a text.
|
class |
PagingIndicator
The paging indicator is a widget that shows the current step of a scrolling element.
|
class |
Password
Password is a text with hidden characters.
|
class |
Text
A text is a widget that holds a string that can be modified by the user.
|
Modifier and Type | Class and Description |
---|---|
class |
BulletPagingIndicator
The bullet paging indicator is a widget that displays a set of dots following a line.
|
class |
CheckBox
Implementation of a box that represents a check box.
|
class |
CircularProgressBar
Circular representation of a progress bar.
|
class |
ProgressBar
Implementation of a progress bar that can be horizontal or vertical.
|
class |
RadioBox
Implementation of a box that represents a radio button.
|
class |
Scrollbar
A scrollbar holds the current step of a scrolling element.
|
class |
Slider
Implementation of a slider that can be horizontal or vertical.
|
class |
SwitchBox
Implementation of a box that represents a switch.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageCheck
A check box using some images to render.
|
class |
ImageProgress
A progress using some images to render.
|
class |
ImageRadio
A radio button using some images to render.
|
class |
ImageSlider
A slider using some images to render.
|
class |
ImageSwitch
A switch using some images to render.
|
class |
ImageToggle
A toggle using some images to render.
|
Modifier and Type | Class and Description |
---|---|
class |
PictoCheck
A check box using some pictos to render.
|
class |
PictoProgress
A progress using some pictos to render.
|
class |
PictoRadio
A radio button using some pictos to render.
|
class |
PictoSlider
A slider using some pictos to render.
|
class |
PictoSwitch
A switch using some pictos to render.
|
class |
PictoToggle
A toggle using some pictos to render.
|