Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.base.widget.field.adapter |
Contains the adapters for field widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetTextFieldBase<ADAPTER extends UiWidgetAdapterTextFieldBase>
This is the abstract base implementation of
UiWidgetTextField
or UiWidgetTextAreaField . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterCodeAreaField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetCodeAreaField . |
interface |
UiWidgetAdapterRichTextField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetRichTextField . |
interface |
UiWidgetAdapterTextAreaField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetTextAreaField . |
interface |
UiWidgetAdapterTextAreaFieldBase
This is the interface for a
UiWidgetAdapter adapting
AbstractUiWidgetTextAreaField . |
interface |
UiWidgetAdapterTextField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetTextField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtRichTextField
This is the implementation of
UiWidgetAdapterRichTextField using GWT based on RichTextArea . |
class |
UiWidgetAdapterGwtTextAreaBase<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.user.client.ui.HasValue<String> & com.google.gwt.event.dom.client.HasChangeHandlers>
This is the implementation of
UiWidgetAdapterTextAreaFieldBase using GWT based on
FocusWidget and HasValue . |
class |
UiWidgetAdapterGwtTextAreaField
This is the implementation of
UiWidgetAdapterTextAreaField using GWT based on TextArea . |
class |
UiWidgetAdapterGwtTextField
This is the implementation of
UiWidgetAdapterField
using GWT based on TextBox . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestStringField
This is the implementation of
UiWidgetAdapterTextField for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.