Interface EditableSection
-
- All Superinterfaces:
Section
- All Known Implementing Classes:
CustomEditorSection
,DefaultSection
,EditorSection
,NewItemSection
public interface EditableSection extends Section
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLabel(java.lang.String label)
-
Methods inherited from interface de.hybris.platform.cockpit.components.sectionpanel.Section
getLabel, getLocalizedLabel, isInitialOpen, isOpen, isTabbed, isVisible, setOpen
-
-