Class | Description |
---|---|
AbstractProgress |
A progress is a widget that displays the progress of some task.
|
AbstractSlider |
A slider is a widget that lets the user graphically select a value by sliding a knob within a bounded interval.
|
AnimatedImage |
A widget that displays a sequence of images at a fixed rate.
|
BoundedRange |
A bounded range in an abstract widget that encapsulates a bounded range model.
|
Box |
A box is a widget that can be checked or unchecked.
|
Button |
A button is a widget that displays a text and reacts to click events.
|
ButtonImage |
A button image is a widget that displays an image and reacts to click events.
|
Image |
A widget that displays an image.
|
Label |
A label is a widget that displays a text.
|
PagingIndicator |
The paging indicator is a widget that shows the current step of a scrolling element.
|
Password |
Password is a text with hidden characters.
|
Text |
A text is a widget that holds a string that can be modified by the user.
|