Interface AdminMenu
- All Known Implementing Classes:
AdminMenuImpl
public interface AdminMenu
Main service to get menu items. There is only functionality to read root
menu items. But find-methods can easily been written.
-
Method Summary
Modifier and TypeMethodDescription@Nullable RootMenuItemgetRootMenu(String name) Get a root menu item via a namevoidonReload()
-
Method Details
-
getRootMenu
Get a root menu item via a name- Parameters:
name- the root menu item's name- Returns:
- the root menu item
-
getAvailableMenus
-
onReload
void onReload()
-