Package | Description |
---|---|
net.sf.mmm.client.ui.base |
Contains the base implementation for widgets.
|
net.sf.mmm.util.component.api |
Contains API to help implementing components.
|
Modifier and Type | Method and Description |
---|---|
<COMPONENT_API> |
ComponentContainerContextFallback.get(Class<COMPONENT_API> apiClass)
This method gets the component that realizes the given
apiClass . |
<COMPONENT_API> |
ComponentContainerContextFallback.get(Class<COMPONENT_API> apiClass,
String componentId)
This method gets the component that realizes the given
apiClass and is registered under the given
componentId . |
Modifier and Type | Method and Description |
---|---|
<COMPONENT_API> |
ComponentContainer.get(Class<COMPONENT_API> apiClass)
This method gets the component that realizes the given
apiClass . |
<COMPONENT_API> |
ComponentContainer.get(Class<COMPONENT_API> apiClass,
String componentId)
This method gets the component that realizes the given
apiClass and is registered under the given
componentId . |
Copyright © 2001–2016 mmm-Team. All rights reserved.