Class DefaultEditorConfiguration
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.AbstractUIComponentConfiguration
-
- de.hybris.platform.cockpit.services.config.impl.DefaultEditorConfiguration
-
- All Implemented Interfaces:
ContextAwareUIComponentConfiguration,EditorConfiguration,UIComponentConfiguration,java.lang.Cloneable
public class DefaultEditorConfiguration extends AbstractUIComponentConfiguration implements EditorConfiguration
-
-
Constructor Summary
Constructors Constructor Description DefaultEditorConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditorConfigurationclone()java.util.List<PropertyDescriptor>getAllPropertyDescriptors()java.util.List<EditorSectionConfiguration>getSections()voidsetSections(java.util.List<EditorSectionConfiguration> sections)-
Methods inherited from class de.hybris.platform.cockpit.services.config.impl.AbstractUIComponentConfiguration
getContext, setContext
-
-
-
-
Method Detail
-
getSections
public java.util.List<EditorSectionConfiguration> getSections()
- Specified by:
getSectionsin interfaceEditorConfiguration
-
clone
public EditorConfiguration clone() throws java.lang.CloneNotSupportedException
- Specified by:
clonein interfaceEditorConfiguration- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
setSections
public void setSections(java.util.List<EditorSectionConfiguration> sections)
- Specified by:
setSectionsin interfaceEditorConfiguration
-
getAllPropertyDescriptors
public java.util.List<PropertyDescriptor> getAllPropertyDescriptors()
- Specified by:
getAllPropertyDescriptorsin interfaceEditorConfiguration
-
-