com.atlassian.confluence.web
Class WebMenuSection
java.lang.Object
com.atlassian.confluence.web.WebMenuSection
public class WebMenuSection
- extends java.lang.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 Summary |
WebMenuSection(java.lang.String id,
java.lang.String className,
java.lang.String label,
java.util.List<? extends com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> items)
|
Method Summary |
java.lang.String |
getClassName()
|
java.lang.String |
getId()
|
java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getItems()
|
java.lang.String |
getLabel()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WebMenuSection
public WebMenuSection(java.lang.String id,
java.lang.String className,
java.lang.String label,
java.util.List<? extends com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> items)
getId
public java.lang.String getId()
getClassName
public java.lang.String getClassName()
getLabel
public java.lang.String getLabel()
getItems
public java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getItems()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2014 Atlassian. All Rights Reserved.