Class NavigationPanelSection
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
- All Implemented Interfaces:
Section
- Direct Known Subclasses:
AbstractSelectorSection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String key) getLabel()booleanbooleanisOpen()booleanisTabbed()booleanvoidsetAttribute(String key, Object value) voidvoidsetLocalizedLabel(String localizedLabel) voidsetOpen(boolean open) voidsetRenderer(SectionRenderer renderer) voidsetVisible(boolean visible)
-
Constructor Details
-
NavigationPanelSection
public NavigationPanelSection()
-
-
Method Details
-
setLabel
-
getLabel
-
setVisible
public void setVisible(boolean visible) -
isVisible
public boolean isVisible() -
setRenderer
-
getRenderer
-
isTabbed
public boolean isTabbed() -
isInitialOpen
public boolean isInitialOpen()- Specified by:
isInitialOpenin interfaceSection
-
setLocalizedLabel
-
getLocalizedLabel
- Specified by:
getLocalizedLabelin interfaceSection
-
isOpen
public boolean isOpen() -
setOpen
public void setOpen(boolean open) -
setAttribute
-
getAttribute
-