Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetDoubleField<ADAPTER extends UiWidgetAdapterDoubleField>
This is the abstact base implementation of
UiWidgetDoubleField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetDoubleFieldGwt
This is the implementation of
UiWidgetDoubleField using GWT based on
UiWidgetAdapterGwtDoubleField . |
Modifier and Type | Method and Description |
---|---|
UiWidgetDoubleField |
UiWidgetDoubleFieldGwt.Factory.create(UiContext context)
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetDoubleFieldTestImpl
This is the implementation of
UiWidgetDoubleField for testing without a native toolkit. |
Modifier and Type | Method and Description |
---|---|
UiWidgetDoubleField |
UiWidgetDoubleFieldTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.