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> Menu.getItems()
          Method getItems.
 List<MenuItem> MenuItem.getItems()
          Method getItems.
 

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

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



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