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.Object
getAttribute(java.lang.String key)
java.lang.String
getLabel()
java.lang.String
getLocalizedLabel()
SectionRenderer
getRenderer()
boolean
isInitialOpen()
boolean
isOpen()
boolean
isTabbed()
boolean
isVisible()
void
setAttribute(java.lang.String key, java.lang.Object value)
void
setLabel(java.lang.String label)
void
setLocalizedLabel(java.lang.String localizedLabel)
void
setOpen(boolean open)
void
setRenderer(SectionRenderer renderer)
void
setVisible(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:
isInitialOpen
in interfaceSection
-
setLocalizedLabel
public void setLocalizedLabel(java.lang.String localizedLabel)
-
getLocalizedLabel
public java.lang.String getLocalizedLabel()
- Specified by:
getLocalizedLabel
in interfaceSection
-
setAttribute
public void setAttribute(java.lang.String key, java.lang.Object value)
-
getAttribute
public java.lang.Object getAttribute(java.lang.String key)
-
-