| Package | Description |
|---|---|
| net.sf.mmm.client.api |
Contains the API for an application client.
|
| 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.util.component.api |
Contains API to help implementing components.
|
| net.sf.mmm.util.component.impl |
Contains implementation of component-util.
|
| Modifier and Type | Field and Description |
|---|---|
private ComponentContainer |
ClientContext.container |
| Modifier and Type | Method and Description |
|---|---|
ComponentContainer |
ClientContext.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientContext.setContainer(ComponentContainer container) |
| Modifier and Type | Method and Description |
|---|---|
ComponentContainer |
UiContext.getContainer() |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentContainerContextFallback
This is a fake implementation of
ComponentContainer used as fallback for
AbstractUiContext.getContainer() if no real Ioc is available. |
| Modifier and Type | Field and Description |
|---|---|
private ComponentContainer |
AbstractUiContext.container |
| Modifier and Type | Method and Description |
|---|---|
ComponentContainer |
AbstractUiContext.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUiContext.setContainer(ComponentContainer container) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IocContainer
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSpringContainer
This is the abstract base implementation of the
IocContainer using spring. |
class |
SpringContainer
This is a simple implementation of the
IocContainer using spring. |
class |
SpringContainerBean
This is the implementation of
IocContainer that itself is a spring-bean that
can be injected. |
Copyright © 2001–2016 mmm-Team. All rights reserved.