com.atlassian.confluence.web
Class WebMenuSection

java.lang.Object
  extended by 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 Summary
WebMenuSection(String id, String className, String label, List<? extends com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> items)
           
 
Method Summary
 String getClassName()
           
 String getId()
           
 List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getItems()
           
 String getLabel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebMenuSection

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

getId

public String getId()

getClassName

public String getClassName()

getLabel

public String getLabel()

getItems

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.