Uses of Class
org.molgenis.web.menu.model.Menu
-
Packages that use Menu Package Description org.molgenis.web.menu org.molgenis.web.menu.model -
-
Uses of Menu in org.molgenis.web.menu
Methods in org.molgenis.web.menu that return types with arguments of type Menu Modifier and Type Method Description Optional<Menu>MenuReaderService. getMenu()Retrieves the menu, filtered to show only the part you're permitted to view.Optional<Menu>MenuReaderServiceImpl. getMenu() -
Uses of Menu in org.molgenis.web.menu.model
Methods in org.molgenis.web.menu.model that return Menu Modifier and Type Method Description static MenuMenu. create(String id, String label, List<MenuNode> items)Methods in org.molgenis.web.menu.model that return types with arguments of type Menu Modifier and Type Method Description Optional<Menu>Menu. findMenu(String menuId)
-