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