Class WebMenuSection

java.lang.Object
com.atlassian.confluence.web.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 Details

    • WebMenuSection

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

    • getId

      public String getId()
    • getClassName

      public String getClassName()
    • getLabel

      public String getLabel()
    • getAriaLabel

      public String getAriaLabel()
    • getItems

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

      public String toString()
      Overrides:
      toString in class Object