Class | Description |
---|---|
Button |
A simple button
|
Canvas |
Canvas can be used to draw Lines, Rectangles, Texts, Images, etc.
|
CheckBox |
Checkbox has a tick box and a label.
|
DropdownList |
The DropdownList allows the user to select one value from a list.
|
Image |
Images are used to display images from files or byte arrays.
|
Keyboard |
Keyboard realizes a virtual keyboard to write texts into a Textarea.
|
Label |
A label is used to display text.
|
Roller |
The Roller allows the user to simply select one option from a list by
scrolling.
|
Slider |
Slider looks like a bar supplemented with a knob.
|
Switch |
Switch looks like a little slider and can be used to turn something on and
off.
|
Table |
Table is built from rows, columns, and cells containing texts.
|
Table.Cell |
Cell represents a cell of the table
|
Textarea |
A Textarea is used to insert and display text.
|