Package com.atlassian.confluence.web
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAriaLabel()StringgetClassName()StringgetId()List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor>getItems()StringgetLabel()StringtoString()
-