Interface | Description |
---|---|
UiWidgetCheckboxesField<VALUE> |
This is the interface for a
options field widget that represents a a set of
radio buttons. |
UiWidgetCheckboxField |
This is the interface for a
field widget that represents a checkbox. |
UiWidgetCodeAreaField |
This is the interface for a
input field widget that represents a text
area field for editing source code. |
UiWidgetColorField |
This is the interface for a
field widget that allows to display and enter a value of
the type Color . |
UiWidgetComboboxField<VALUE> |
This is the interface for a
options field widget that represents a
combobox. |
UiWidgetDateField |
This is the abstract interface for a
input field widget that represents a
date field. |
UiWidgetDoubleField |
This is the interface for a
input field widget that represents a Double
field. |
UiWidgetField<VALUE> |
This is the abstract interface for a
regular composite widget that
represents a (potentially) editable field (text field, combobox, text area, radio-buttons, checkbox, etc.). |
UiWidgetFileField |
This is the interface for a
field widget that represents a
file upload and download. |
UiWidgetInstantField |
This is the interface for a
input field widget that allows to display and
enter a value of the type Instant with day, month and year as well as the time in hours, minutes
and seconds. |
UiWidgetIntegerField |
This is the interface for a
input field widget that represents an Integer
field. |
UiWidgetIntegerSliderField |
This is the interface for a
field widget that represents an Integer slider field. |
UiWidgetListBoxField<VALUE> |
This is the interface for a
options field widget that represents a
list box. |
UiWidgetLocalDateField |
This is the interface for a
textual input field that allows to display
and enter a value of the type LocalDate with day, month and year but without any time-related
information. |
UiWidgetLocalTimeField |
This is the interface for a
textual input field that allows to display
and enter a value of the type LocalTime with hours, minutes and seconds. |
UiWidgetLongField |
This is the interface for a
input field widget that represents a Long
field. |
UiWidgetOptionsField<VALUE> |
This is the abstract interface for a
field widget that allows to select a single value out of a
list of predefined options. |
UiWidgetPasswordField |
This is the interface for a
input field widget representing a password
field. |
UiWidgetRadioButtonsField<VALUE> |
This is the interface for a
options field widget that represents a a set of
radio buttons. |
UiWidgetRadioButtonsVerticalField<VALUE> |
This is the interface for a
radio buttons widget where the actual options (radios)
are aligned vertically from top to the bottom. |
UiWidgetRangeField<VALUE> |
This is the abstract interface for a
field widget that represents a range field. |
UiWidgetRichTextField |
This is the interface for a
input field widget that represents a rich text area
field. |
UiWidgetTextAreaField |
This is the interface for a
input field widget that represents a text
area field. |
UiWidgetTextField |
This is the interface for a
input field widget that represents a text
field. |
UiWidgetTextualInputField<VALUE> |
This is the interface for a
field widget that allows to enter textual input. |
field widgets
.
Please consult Client UI API
for an introduction.
Copyright © 2001–2016 mmm-Team. All rights reserved.