Package | Description |
---|---|
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.impl.gwt.widget.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetOptionsField<ADAPTER extends UiWidgetAdapterOptionsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetOptionsField . |
Modifier and Type | Interface and Description |
---|---|
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 |
UiWidgetAdapterRadioButtonsField<VALUE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetRadioButtonsField or
UiWidgetRadioButtonsVerticalField . |
Modifier and Type | Class and Description |
---|---|
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 |
UiWidgetAdapterTestOptionsField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.