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 |
AbstractUiWidgetRangeField<ADAPTER extends UiWidgetAdapterRangeField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRangeField . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterDoubleField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetDoubleField . |
interface |
UiWidgetAdapterIntegerField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetIntegerField . |
interface |
UiWidgetAdapterIntegerSliderField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetIntegerSliderField . |
interface |
UiWidgetAdapterLongField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetLongField . |
interface |
UiWidgetAdapterNumberField<VALUE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetRangeField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtDoubleField
This is the implementation of
UiWidgetAdapterField using GWT
based on DoubleSpinBox . |
class |
UiWidgetAdapterGwtIntegerField
This is the implementation of
UiWidgetAdapterIntegerField using GWT based on IntegerSpinBox . |
class |
UiWidgetAdapterGwtIntegerSliderField
This is the implementation of
UiWidgetAdapterField using GWT
based on IntegerRangeBox . |
class |
UiWidgetAdapterGwtLongField
This is the implementation of
UiWidgetAdapterLongField using GWT based on LongSpinBox . |
class |
UiWidgetAdapterGwtNumberField<WIDGET extends NumberBox<VALUE>,VALUE extends Number>
This is the implementation of
UiWidgetAdapterField
using GWT based on NumberBox . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestDoubleField
This is the implementation of
UiWidgetAdapterDoubleField for testing without a native toolkit. |
class |
UiWidgetAdapterTestIntegerField
This is the implementation of
UiWidgetAdapterIntegerField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLongField
This is the implementation of
UiWidgetAdapterLongField for testing without a native toolkit. |
class |
UiWidgetAdapterTestNumberField<VALUE extends Number>
This is the implementation of
UiWidgetAdapterNumberField for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.