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 |
AbstractUiWidgetCodeAreaField<ADAPTER extends UiWidgetAdapterCodeAreaField>
This is the abstract base implementation of
UiWidgetCodeAreaField . |
class |
AbstractUiWidgetRichTextField<ADAPTER extends UiWidgetAdapterRichTextField>
This is the abstract base implementation of
UiWidgetRichTextField . |
class |
AbstractUiWidgetTextAreaField<ADAPTER extends UiWidgetAdapterTextAreaField>
This is the abstract base implementation of
UiWidgetTextAreaField . |
class |
AbstractUiWidgetTextAreaFieldBase<ADAPTER extends UiWidgetAdapterTextAreaFieldBase>
This is the abstract base implementation for
UiWidgetTextAreaField and
UiWidgetRichTextField . |
class |
AbstractUiWidgetTextField<ADAPTER extends UiWidgetAdapterTextField>
This is the abstract base implementation of
UiWidgetTextField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetRichTextFieldGwt
This is the implementation of
UiWidgetRichTextField using GWT based on
UiWidgetAdapterGwtRichTextField . |
class |
UiWidgetTextAreaFieldGwt
This is the implementation of
UiWidgetTextAreaField using GWT based on
UiWidgetAdapterGwtTextAreaField . |
class |
UiWidgetTextFieldGwt
This is the implementation of
UiWidgetTextField using GWT based on
UiWidgetAdapterGwtTextField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCodeAreaFieldTestImpl
This is the implementation of
UiWidgetCodeAreaField for testing without a native toolkit. |
class |
UiWidgetRichTextFieldTestImpl
This is the implementation of
UiWidgetRichTextField for testing without a native toolkit. |
class |
UiWidgetTextAreaFieldTestImpl
This is the implementation of
UiWidgetTextAreaField for testing without a native toolkit. |
class |
UiWidgetTextFieldTestImpl
This is the implementation of
UiWidgetTextField for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.