Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.base.widget.field.adapter |
Contains the adapters for field widgets.
|
net.sf.mmm.client.ui.gwt.widgets |
Contains the implementation of various GWT widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.field |
Contains the implementation for field widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.field |
Contains the test implementation of field widgets.
|
net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteOptions<VALUE>
This interface gives read and write access to the selected
options of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetOptionsBase<VALUE>
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetOptionListTable<ROW>
This is the interface for an
option -based list
table widget . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCheckboxesField<VALUE>
This is the interface for a
options field widget that represents a a set of
radio buttons. |
interface |
UiWidgetColorField
This is the interface for a
field widget that allows to display and enter a value of
the type Color . |
interface |
UiWidgetComboboxField<VALUE>
This is the interface for a
options field widget that represents a
combobox. |
interface |
UiWidgetListBoxField<VALUE>
This is the interface for a
options field widget that represents a
list box. |
interface |
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. |
interface |
UiWidgetRadioButtonsField<VALUE>
This is the interface for a
options field widget that represents a a set of
radio buttons. |
interface |
UiWidgetRadioButtonsVerticalField<VALUE>
This is the interface for a
radio buttons widget where the actual options (radios)
are aligned vertically from top to the bottom. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetColorField<ADAPTER extends UiWidgetAdapterColorField>
This is the abstract base implementation of
UiWidgetColorField . |
class |
AbstractUiWidgetComboboxField<ADAPTER extends UiWidgetAdapterComboboxField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetComboboxField . |
class |
AbstractUiWidgetListBoxField<ADAPTER extends UiWidgetAdapterListBoxField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetTextField . |
class |
AbstractUiWidgetOptionsField<ADAPTER extends UiWidgetAdapterOptionsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetOptionsField . |
class |
AbstractUiWidgetRadioButtonsField<ADAPTER extends UiWidgetAdapterRadioButtonsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRadioButtonsField . |
class |
AbstractUiWidgetRadioButtonsVerticalField<ADAPTER extends UiWidgetAdapterRadioButtonsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRadioButtonsVerticalField . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterColorField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetCheckboxField . |
interface |
UiWidgetAdapterComboboxField<VALUE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetComboboxField . |
interface |
UiWidgetAdapterListBoxField<VALUE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetListBoxField . |
interface |
UiWidgetAdapterOptionsField<VALUE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetOptionsField . |
interface |
UiWidgetAdapterRadioButtonsField<VALUE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetRadioButtonsField or
UiWidgetRadioButtonsVerticalField . |
Modifier and Type | Class and Description |
---|---|
class |
DataList
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetColorFieldGwt
This is the implementation of
UiWidgetColorField using GWT based on
UiWidgetAdapterGwtColorField . |
class |
UiWidgetComboboxFieldGwt<VALUE>
This is a simple implementation of
UiWidgetComboboxField using GWT based on
UiWidgetAdapterGwtComboBoxField . |
class |
UiWidgetRadioButtonsFieldGwt<VALUE>
This is the implementation of
UiWidgetRadioButtonsField using GWT. |
class |
UiWidgetRadioButtonsVerticalFieldGwt<VALUE>
This is the implementation of
UiWidgetRadioButtonsVerticalField using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtColorField
This is the implementation of
UiWidgetAdapterColorField using GWT based on ColorBox . |
class |
UiWidgetAdapterGwtComboBoxField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField using GWT based on a ComboBox
and a DataList . |
class |
UiWidgetAdapterGwtListBoxCombo<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on ListBox to
build a simple combobox. |
class |
UiWidgetAdapterGwtRadioButtons<VALUE>
This is the base implementation of
UiWidgetAdapterRadioButtonsField using GWT based on a
ComplexPanel and RadioButton s. |
class |
UiWidgetAdapterGwtRadioButtonsHorizontal<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on
HorizontalPanel and RadioButton s. |
class |
UiWidgetAdapterGwtRadioButtonsVertical<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on
VerticalPanel and RadioButton s. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetColorFieldTestImpl
This is the implementation of
UiWidgetColorField for testing without a native toolkit. |
class |
UiWidgetComboboxFieldTestImpl<VALUE>
This is an implementation of
UiWidgetComboboxField for testing without a native toolkit. |
class |
UiWidgetRadioButtonsTestImpl<VALUE>
This is the implementation of
UiWidgetRadioButtonsField for testing without a native toolkit. |
class |
UiWidgetRadioButtonsVerticalFieldTestImpl<VALUE>
This is the implementation of
UiWidgetRadioButtonsVerticalField for testing without a native
toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestColorField
This is the implementation of
UiWidgetAdapterColorField for testing without native toolkit. |
class |
UiWidgetAdapterTestOptionsField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.