Class NavigationPanelSection

java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
All Implemented Interfaces:
Section
Direct Known Subclasses:
AbstractSelectorSection

public class NavigationPanelSection extends Object implements Section
  • Constructor Details

    • NavigationPanelSection

      public NavigationPanelSection()
  • Method Details

    • setLabel

      public void setLabel(String label)
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface Section
    • setVisible

      public void setVisible(boolean visible)
    • isVisible

      public boolean isVisible()
      Specified by:
      isVisible in interface Section
    • setRenderer

      public void setRenderer(SectionRenderer renderer)
    • getRenderer

      public SectionRenderer getRenderer()
    • isTabbed

      public boolean isTabbed()
      Specified by:
      isTabbed in interface Section
    • isInitialOpen

      public boolean isInitialOpen()
      Specified by:
      isInitialOpen in interface Section
    • setLocalizedLabel

      public void setLocalizedLabel(String localizedLabel)
    • getLocalizedLabel

      public String getLocalizedLabel()
      Specified by:
      getLocalizedLabel in interface Section
    • isOpen

      public boolean isOpen()
      Specified by:
      isOpen in interface Section
    • setOpen

      public void setOpen(boolean open)
      Specified by:
      setOpen in interface Section
    • setAttribute

      public void setAttribute(String key, Object value)
    • getAttribute

      public Object getAttribute(String key)