Class WebMenuSection


  • public class WebMenuSection
    extends Object
    Represents a section in a Confluence menu in the web interface. Has an ID and class name for styling purposes and a list of items.

    This implementation has web-item plugin modules as its items.

    • Constructor Detail

      • WebMenuSection

        public WebMenuSection​(String id,
                              String className,
                              String label,
                              String ariaLabel,
                              List<? extends com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> items)
    • Method Detail

      • getId

        public String getId()
      • getClassName

        public String getClassName()
      • getLabel

        public String getLabel()
      • getAriaLabel

        public String getAriaLabel()
      • getItems

        public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getItems()