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 |
---|---|
UiWidgetTextField |
UiWidgetFactory.createTextField(String label)
This method creates a new
UiWidgetTextField . |
Modifier and Type | Method and Description |
---|---|
UiWidgetTextField |
UiWidgetFactoryImpl.createTextField(String label)
This method creates a new
UiWidgetTextField . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetTextField<ADAPTER extends UiWidgetAdapterTextField>
This is the abstract base implementation of
UiWidgetTextField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTextFieldGwt
This is the implementation of
UiWidgetTextField using GWT based on
UiWidgetAdapterGwtTextField . |
Modifier and Type | Method and Description |
---|---|
UiWidgetTextField |
UiWidgetTextFieldGwt.Factory.create(UiContext context)
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTextFieldTestImpl
This is the implementation of
UiWidgetTextField for testing without a native toolkit. |
Modifier and Type | Method and Description |
---|---|
UiWidgetTextField |
UiWidgetTextFieldTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.