Class CustomEditorSection
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.DefaultSection
-
- de.hybris.platform.cockpit.session.impl.EditorSection
-
- de.hybris.platform.cockpit.session.impl.CustomEditorSection
-
- All Implemented Interfaces:
EditableSection
,Section
- Direct Known Subclasses:
NewItemSection
public class CustomEditorSection extends EditorSection
-
-
Constructor Summary
Constructors Constructor Description CustomEditorSection(EditorSectionConfiguration secConf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getAttribute(java.lang.String key)
SectionRenderer
getCustomRenderer()
void
setAttribute(java.lang.String key, java.lang.Object value)
-
Methods inherited from class de.hybris.platform.cockpit.session.impl.EditorSection
getSectionConfiguration, getValidationService
-
Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.DefaultSection
getLabel, getLocalizedLabel, isInEditMode, isInitialOpen, isModified, isOpen, isTabbed, isVisible, setInEditMode, setInitialOpen, setLabel, setLocalizedLabel, setModified, setOpen, setTabbed, setVisible
-
-
-
-
Constructor Detail
-
CustomEditorSection
public CustomEditorSection(EditorSectionConfiguration secConf)
-
-
Method Detail
-
getCustomRenderer
public SectionRenderer getCustomRenderer()
-
setAttribute
public void setAttribute(java.lang.String key, java.lang.Object value)
-
getAttribute
public java.lang.Object getAttribute(java.lang.String key)
-
-