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 |
AbstractUiWidgetCheckboxField<ADAPTER extends UiWidgetAdapterCheckboxField>
This is the abstract base implementation of
UiWidgetCheckboxField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCheckboxFieldGwt
This is the implementation of
UiWidgetCheckboxField using GWT based on
UiWidgetAdapterGwtCheckboxField . |
Modifier and Type | Method and Description |
---|---|
UiWidgetCheckboxField |
UiWidgetCheckboxFieldGwt.Factory.create(UiContext context)
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCheckboxFieldTestImpl
This is the implementation of
UiWidgetCheckboxField for testing without a native toolkit. |
Modifier and Type | Method and Description |
---|---|
UiWidgetCheckboxField |
UiWidgetCheckboxFieldTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.