Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.api.widget.factory |
Contains the API for widget factories.
|
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 | Interface and Description |
---|---|
interface |
UiWidgetFactory
This interface is the central API for the end-user to create widgets via factory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetFactoryNative
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetFactoryNative
This is the abstract base implementation of
UiContext using
UiSingleWidgetFactoryNative . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetFactory
This is the implementation of
UiWidgetFactory . |
class |
UiWidgetFactoryImpl
This is the implementation of
UiWidgetFactory . |
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.