Package | Description |
---|---|
net.sf.mmm.client.ui.api |
Contains the API to build user-interfaces for an application client.
|
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.
|
Modifier and Type | Method and Description |
---|---|
UiWidgetFactory |
UiContext.getWidgetFactory()
This method gets the
UiWidgetFactory that is used to create
UiWidget s. |
Modifier and Type | Field and Description |
---|---|
private UiWidgetFactory |
AbstractUiContext.widgetFactory |
Modifier and Type | Method and Description |
---|---|
UiWidgetFactory |
AbstractUiContext.getWidgetFactory()
This method gets the
UiWidgetFactory that is used to create
UiWidget s. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiContext.setWidgetFactory(UiWidgetFactory widgetFactory) |
Modifier and Type | Method and Description |
---|---|
UiWidgetFactory |
AbstractUiWidget.getFactory() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetFactory
This is the implementation of
UiWidgetFactory . |
class |
UiWidgetFactoryImpl
This is the implementation of
UiWidgetFactory . |
Copyright © 2001–2016 mmm-Team. All rights reserved.