Class AbstractUIComponentConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.AbstractUIComponentConfiguration
- All Implemented Interfaces:
ContextAwareUIComponentConfiguration,UIComponentConfiguration
- Direct Known Subclasses:
DefaultAdvancedSearchConfiguration,DefaultEditorConfiguration,DefaultListViewConfiguration
public class AbstractUIComponentConfiguration
extends Object
implements ContextAwareUIComponentConfiguration
Abstract implementation of the ContextAwareUIComponentConfiguration. It is capable of holding a
UIComponentConfigurationContext.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the context stored on this configuration object.voidSets the givencontextto this configuration object.
-
Constructor Details
-
AbstractUIComponentConfiguration
public AbstractUIComponentConfiguration()
-
-
Method Details
-
getContext
Description copied from interface:ContextAwareUIComponentConfigurationGets the context stored on this configuration object.- Specified by:
getContextin interfaceContextAwareUIComponentConfiguration- Returns:
- context stored on this configuration object or
nullif no context was set during creation.
-
setContext
Description copied from interface:ContextAwareUIComponentConfigurationSets the givencontextto this configuration object. Typically by a factory during creation.- Specified by:
setContextin interfaceContextAwareUIComponentConfiguration- Parameters:
context- context to be set
-