Class NavigationPanelSection

    • Constructor Detail

      • NavigationPanelSection

        public NavigationPanelSection()
    • Method Detail

      • setLabel

        public void setLabel​(java.lang.String label)
      • getLabel

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

        public void setVisible​(boolean visible)
      • isVisible

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

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

        public void setLocalizedLabel​(java.lang.String localizedLabel)
      • getLocalizedLabel

        public java.lang.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​(java.lang.String key,
                                 java.lang.Object value)
      • getAttribute

        public java.lang.Object getAttribute​(java.lang.String key)