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 MenuItem
MenuItem. 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 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 Modifier and Type Method Description void
Menu. setItems(java.util.List<MenuItem> items)
Set a list of menu item.void
MenuItem. setItems(java.util.List<MenuItem> items)
Set a list of menu item.
-