public interface ContextAwareUIComponentConfiguration extends UIComponentConfiguration
| 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. |
UIComponentConfigurationContext getContext()
null if no context was set during creation.void setContext(UIComponentConfigurationContext context)
context to this configuration object. Typically by a factory during creation.context - context to be setCopyright © 2018 SAP SE. All Rights Reserved.