Uses of Class
org.apache.maven.doxia.site.decoration.MenuItem

Packages that use MenuItem
org.apache.maven.doxia.site.decoration   
 

Uses of MenuItem in org.apache.maven.doxia.site.decoration
 

Methods in org.apache.maven.doxia.site.decoration that return MenuItem
 MenuItem MenuItem.clone()
          Method clone.
 

Methods in org.apache.maven.doxia.site.decoration that return types with arguments of type MenuItem
 List<MenuItem> MenuItem.getItems()
          Method getItems.
 List<MenuItem> Menu.getItems()
          Method getItems.
 

Methods in org.apache.maven.doxia.site.decoration with parameters of type MenuItem
 void MenuItem.addItem(MenuItem menuItem)
          Method addItem.
 void Menu.addItem(MenuItem menuItem)
          Method addItem.
 void MenuItem.removeItem(MenuItem menuItem)
          Method removeItem.
 void Menu.removeItem(MenuItem menuItem)
          Method removeItem.
 

Method parameters in org.apache.maven.doxia.site.decoration with type arguments of type MenuItem
 void MenuItem.setItems(List<MenuItem> items)
          Set a list of menu item.
 void Menu.setItems(List<MenuItem> items)
          Set a list of menu item.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.