Uses of Interface
org.sakaiproject.cheftool.api.MenuItem
-
-
Uses of MenuItem in org.sakaiproject.cheftool.api
Subinterfaces of MenuItem in org.sakaiproject.cheftool.api Modifier and Type Interface Description interfaceMenuMenu is an interface for an ordered list of MenuItems.Methods in org.sakaiproject.cheftool.api that return MenuItem Modifier and Type Method Description MenuItemMenu. add(MenuItem item)Add a menu item to the bar.MenuItemMenuItem. getItem(int index)Access one sub-items of the item.Methods in org.sakaiproject.cheftool.api that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>MenuItem. getItems()Access the sub-items of the item.Methods in org.sakaiproject.cheftool.api with parameters of type MenuItem Modifier and Type Method Description MenuItemMenu. add(MenuItem item)Add a menu item to the bar.
-