public class AbstractUIComponentConfiguration extends java.lang.Object implements ContextAwareUIComponentConfiguration
| Constructor and Description |
|---|
AbstractUIComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
UIComponentConfigurationContext |
getContext()
Gets the context stored on this configuration object.
|
void |
setContext(UIComponentConfigurationContext context)
Sets the given
context to this configuration object. |
public UIComponentConfigurationContext getContext()
ContextAwareUIComponentConfigurationgetContext in interface ContextAwareUIComponentConfigurationnull if no context was set during creation.public void setContext(UIComponentConfigurationContext context)
ContextAwareUIComponentConfigurationcontext to this configuration object. Typically by a factory during creation.setContext in interface ContextAwareUIComponentConfigurationcontext - context to be setCopyright © 2018 SAP SE. All Rights Reserved.