Uses of Class
org.apache.maven.doxia.site.decoration.MenuItem
-
Packages that use MenuItem Package Description 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 Modifier and Type Method Description MenuItemMenuItem. clone()Method clone.Methods in org.apache.maven.doxia.site.decoration 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.decoration 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.decoration 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.
-