Uses of Class
org.apache.maven.doxia.site.MenuItem
-
Packages that use MenuItem Package Description org.apache.maven.doxia.site -
-
Uses of MenuItem in org.apache.maven.doxia.site
Methods in org.apache.maven.doxia.site that return MenuItem Modifier and Type Method Description MenuItemMenuItem. clone()Method clone.Methods in org.apache.maven.doxia.site that return types with arguments of type MenuItem Modifier and Type Method Description java.util.List<MenuItem>Menu. getItems()Method getItems.java.util.List<MenuItem>MenuItem. getItems()Method getItems.Methods in org.apache.maven.doxia.site with parameters of type MenuItem Modifier and Type Method Description voidMenu. addItem(MenuItem menuItem)Method addItem.voidMenuItem. addItem(MenuItem menuItem)Method addItem.voidMenu. removeItem(MenuItem menuItem)Method removeItem.voidMenuItem. removeItem(MenuItem menuItem)Method removeItem.Method parameters in org.apache.maven.doxia.site with type arguments of type MenuItem Modifier and Type Method Description voidMenu. setItems(java.util.List<MenuItem> items)Set a list of menu item.voidMenuItem. setItems(java.util.List<MenuItem> items)Set a list of menu item.
-