| Package | Description |
|---|---|
| net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
| net.sf.mmm.client.ui.api.widget.factory |
Contains the API for widget factories.
|
| net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.field |
Contains the API for custom field widgets.
|
| net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for widgets.
|
| net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
| net.sf.mmm.client.ui.impl.gwt.widget.field |
Contains the implementation for field widgets using GWT.
|
| net.sf.mmm.client.ui.impl.test.widget.field |
Contains the test implementation of field widgets.
|
| Class and Description |
|---|
| UiWidgetComboboxField
This is the interface for a
options field widget that represents a
combobox. |
| UiWidgetIntegerField
This is the interface for a
input field widget that represents an Integer
field. |
| UiWidgetLongField
This is the interface for a
input field widget that represents a Long
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. |
| Class and Description |
|---|
| UiWidgetField
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.). |
| Class and Description |
|---|
| UiWidgetField
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.). |
| UiWidgetOptionsField
This is the abstract interface for a
field widget that allows to select a single value out of a
list of predefined options. |
| UiWidgetRangeField
This is the abstract interface for a
field widget that represents a range field. |
| UiWidgetTextualInputField
This is the interface for a
field widget that allows to enter textual input. |
| Class and Description |
|---|
| UiWidgetField
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.). |
| Class and Description |
|---|
| UiWidgetComboboxField
This is the interface for a
options field widget that represents a
combobox. |
| UiWidgetField
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.). |
| UiWidgetIntegerField
This is the interface for a
input field widget that represents an Integer
field. |
| UiWidgetLongField
This is the interface for a
input field widget that represents a Long
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. |
| Class and Description |
|---|
| 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
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
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. |
| 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
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
This is the interface for a
options field widget that represents a a set of
radio buttons. |
| UiWidgetRadioButtonsVerticalField
This is the interface for a
radio buttons widget where the actual options (radios)
are aligned vertically from top to the bottom. |
| UiWidgetRangeField
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
This is the interface for a
field widget that allows to enter textual input. |
| Class and Description |
|---|
| UiWidgetCheckboxField
This is the interface for a
field widget that represents a checkbox. |
| UiWidgetColorField
This is the interface for a
field widget that allows to display and enter a value of
the type Color. |
| UiWidgetComboboxField
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
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. |
| 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. |
| 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
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
This is the interface for a
options field widget that represents a a set of
radio buttons. |
| UiWidgetRadioButtonsVerticalField
This is the interface for a
radio buttons widget where the actual options (radios)
are aligned vertically from top to the bottom. |
| UiWidgetRangeField
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
This is the interface for a
field widget that allows to enter textual input. |
| Class and Description |
|---|
| 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
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
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. |
| 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. |
| 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
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
This is the interface for a
options field widget that represents a a set of
radio buttons. |
| UiWidgetRadioButtonsVerticalField
This is the interface for a
radio buttons widget where the actual options (radios)
are aligned vertically from top to the bottom. |
| UiWidgetRangeField
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
This is the interface for a
field widget that allows to enter textual input. |
Copyright © 2001–2016 mmm-Team. All rights reserved.