Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for 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.
|
Modifier and Type | Method and Description |
---|---|
UiWidgetIntegerField |
UiWidgetFactory.createIntegerField(String label)
This method creates a new
UiWidgetIntegerField . |
Modifier and Type | Method and Description |
---|---|
UiWidgetIntegerField |
UiWidgetFactoryImpl.createIntegerField(String label)
This method creates a new
UiWidgetIntegerField . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetIntegerField<ADAPTER extends UiWidgetAdapterIntegerField>
This is the abstract base implementation of
UiWidgetIntegerField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetIntegerFieldGwt
This is the implementation of
UiWidgetIntegerField using GWT based on
UiWidgetAdapterGwtIntegerField . |
Modifier and Type | Method and Description |
---|---|
UiWidgetIntegerField |
UiWidgetIntegerFieldGwt.Factory.create(UiContext context)
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetIntegerFieldTestImpl
This is the implementation of
UiWidgetIntegerField for testing without a native toolkit. |
Modifier and Type | Method and Description |
---|---|
UiWidgetIntegerField |
UiWidgetIntegerFieldTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.