| UIButton |
Marks a method which is carried out when the UIButton is clicked.
|
| UICheckBox |
In accordance to Checkbox, bound to a boolean property.
|
| UIComboBox |
Creates a ComboBox with the specified parameters.
|
| UICustomField |
|
| UIDateField |
A field for date input, in accordance with DatePicker.
|
| UIDateTimeField |
A field for date and time input, in accordance with DateTimePicker.
|
| UIDoubleField |
A text field for displaying formatted numbers.
|
| UIIntegerField |
A text field for displaying formatted integers.
|
| UILabel |
Provides a single UI-element to display text content.
|
| UILink |
Provides a single UI-element to display a link.
|
| UIMultiSelect |
Creates a MultiSelectComboBox that allows the selection of multiple values with the specified
parameters.
|
| UIRadioButtons |
Radio buttons for selecting a single value.
|
| UITextArea |
In- and output of texts which exceed a row, in accordance to
TextArea.
|
| UITextField |
A field for textual input.
|
| UIYesNoComboBox |
A combo box for boolean or Boolean values.
|