Package | Description |
---|---|
net.sf.mmm.client.ui.base |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation 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.impl.gwt.widget |
Contains the base implementation for widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget |
Contains the test implementation of widgets.
|
Modifier and Type | Field and Description |
---|---|
private UiWidgetFactoryNative |
AbstractUiContextImpl.widgetFactoryNative |
Modifier and Type | Method and Description |
---|---|
UiWidgetFactoryNative |
AbstractUiContextImpl.getWidgetFactoryNative() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiContextImpl.setWidgetFactoryNative(UiWidgetFactoryNative widgetFactoryNative) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetFactoryNative
This is the abstract base implementation of
UiContext using
UiSingleWidgetFactoryNative . |
Modifier and Type | Field and Description |
---|---|
private UiWidgetFactoryNative |
AbstractUiWidgetFactory.widgetFactoryNative |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetFactory.setWidgetFactoryNative(UiWidgetFactoryNative widgetFactoryNative) |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetFactoryNativeGwt
This is the implementation of the
UiContext for GWT widgets. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetFactoryNativeTestImpl
This is the implementation of the
UiContext for testing without a native
toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.