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.
|
ej.widget.model |
Models used in widgets.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundedRange.setModel(BoundedRangeModel model)
Sets the data model used by the bounded range.
|
Constructor and Description |
---|
AbstractProgress(BoundedRangeModel model)
Creates a progress bar with the given model.
|
AbstractSlider(BoundedRangeModel model)
Creates a slider with the given model.
|
BoundedRange(BoundedRangeModel model)
Creates a bounded range with the given model.
|
Constructor and Description |
---|
CircularProgressBar(BoundedRangeModel model)
Creates a circular progress bar with the given model.
|
ProgressBar(BoundedRangeModel model)
Creates a progress bar with the given model.
|
Slider(BoundedRangeModel model)
Creates a horizontal slider with the given model.
|
Constructor and Description |
---|
ImageProgress(BoundedRangeModel model)
Creates a progress with the given model.
|
ImageSlider(BoundedRangeModel model)
Creates a horizontal slider with the given model.
|
Constructor and Description |
---|
PictoProgress(BoundedRangeModel model)
Creates a progress bar with the given model.
|
PictoSlider(BoundedRangeModel model)
Creates a horizontal slider with the given model.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBoundedRangeModel
A generic implementation of bounded range.
|