Class NavigationPanelSection
- java.lang.Object
-
- de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
-
- All Implemented Interfaces:
Section
- Direct Known Subclasses:
AbstractSelectorSection
public class NavigationPanelSection extends java.lang.Object implements Section
-
-
Constructor Summary
Constructors Constructor Description NavigationPanelSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetAttribute(java.lang.String key)java.lang.StringgetLabel()java.lang.StringgetLocalizedLabel()SectionRenderergetRenderer()booleanisInitialOpen()booleanisOpen()booleanisTabbed()booleanisVisible()voidsetAttribute(java.lang.String key, java.lang.Object value)voidsetLabel(java.lang.String label)voidsetLocalizedLabel(java.lang.String localizedLabel)voidsetOpen(boolean open)voidsetRenderer(SectionRenderer renderer)voidsetVisible(boolean visible)
-
-
-
Method Detail
-
setLabel
public void setLabel(java.lang.String label)
-
setVisible
public void setVisible(boolean visible)
-
setRenderer
public void setRenderer(SectionRenderer renderer)
-
getRenderer
public SectionRenderer getRenderer()
-
isInitialOpen
public boolean isInitialOpen()
- Specified by:
isInitialOpenin interfaceSection
-
setLocalizedLabel
public void setLocalizedLabel(java.lang.String localizedLabel)
-
getLocalizedLabel
public java.lang.String getLocalizedLabel()
- Specified by:
getLocalizedLabelin interfaceSection
-
setAttribute
public void setAttribute(java.lang.String key, java.lang.Object value)
-
getAttribute
public java.lang.Object getAttribute(java.lang.String key)
-
-