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 EditorConfiguration
clone()
java.util.List<PropertyDescriptor>
getAllPropertyDescriptors()
java.util.List<EditorSectionConfiguration>
getSections()
void
setSections(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:
getSections
in interfaceEditorConfiguration
-
clone
public EditorConfiguration clone() throws java.lang.CloneNotSupportedException
- Specified by:
clone
in interfaceEditorConfiguration
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
setSections
public void setSections(java.util.List<EditorSectionConfiguration> sections)
- Specified by:
setSections
in interfaceEditorConfiguration
-
getAllPropertyDescriptors
public java.util.List<PropertyDescriptor> getAllPropertyDescriptors()
- Specified by:
getAllPropertyDescriptors
in interfaceEditorConfiguration
-
-