Uses of Interface
org.molgenis.web.menu.model.MenuNode
-
Packages that use MenuNode Package Description org.molgenis.web.menu.model -
-
Uses of MenuNode in org.molgenis.web.menu.model
Classes in org.molgenis.web.menu.model that implement MenuNode Modifier and Type Class Description classMenuMenu grouping a list of child items.classMenuItemA menu item.Methods in org.molgenis.web.menu.model that return types with arguments of type MenuNode Modifier and Type Method Description Optional<MenuNode>Menu. filter(Predicate<MenuNode> predicate)Optional<MenuNode>MenuItem. filter(Predicate<MenuNode> predicate)Optional<MenuNode>MenuNode. filter(Predicate<MenuNode> predicate)Filters all Menu nodes by applying the predicate to their items.abstract List<MenuNode>Menu. getItems()Method parameters in org.molgenis.web.menu.model with type arguments of type MenuNode Modifier and Type Method Description booleanMenu. contains(Predicate<MenuNode> predicate)booleanMenuItem. contains(Predicate<MenuNode> predicate)booleanMenuNode. contains(Predicate<MenuNode> predicate)Checks if this Menu node contains a menu node matching the given predicatestatic MenuMenu. create(String id, String label, List<MenuNode> items)Optional<MenuNode>Menu. filter(Predicate<MenuNode> predicate)Optional<MenuNode>MenuItem. filter(Predicate<MenuNode> predicate)Optional<MenuNode>MenuNode. filter(Predicate<MenuNode> predicate)Filters all Menu nodes by applying the predicate to their items.
-