Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
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 |
Contains the implementation for field widgets using GWT.
|
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 |
Contains the test implementation of field widgets.
|
net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCodeAreaField
This is the interface for a
input field widget that represents a text
area field for editing source code. |
interface |
UiWidgetListBoxField<VALUE>
This is the interface for a
options field widget that represents a
list box. |
interface |
UiWidgetRichTextField
This is the interface for a
input field widget that represents a rich text area
field. |
interface |
UiWidgetTextAreaField
This is the interface for a
input field widget that represents a text
area field. |
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 . |
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 . |
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 . |
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 . |
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. |
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.