Interface ContextAwareUIComponentConfiguration
- All Superinterfaces:
UIComponentConfiguration
- All Known Implementing Classes:
AbstractUIComponentConfiguration,DefaultAdvancedSearchConfiguration,DefaultEditorConfiguration,DefaultListViewConfiguration,MultiTypeListMainAreaComponentFactory.MultiTypeListViewConfiguration
Component configuration holding a context. This context is passed during creation and is used by persistence
strategy.
-
Method Summary
Modifier and TypeMethodDescriptionGets the context stored on this configuration object.voidSets the givencontextto this configuration object.
-
Method Details
-
getContext
UIComponentConfigurationContext getContext()Gets the context stored on this configuration object.- Returns:
- context stored on this configuration object or
nullif no context was set during creation.
-
setContext
Sets the givencontextto this configuration object. Typically by a factory during creation.- Parameters:
context- context to be set
-