Uses of Class
com.broadleafcommerce.menu.domain.NavigableMenuItem
-
Packages that use NavigableMenuItem Package Description com.broadleafcommerce.menu.domain -
-
Uses of NavigableMenuItem in com.broadleafcommerce.menu.domain
Methods in com.broadleafcommerce.menu.domain that return types with arguments of type NavigableMenuItem Modifier and Type Method Description List<NavigableMenuItem>NavigableMenu. getSubmenu()A list of the direct children of this menu with their ownsubmenuspopulated.List<NavigableMenuItem>NavigableMenuItem. getSubmenu()A list of the direct children of this menu item with their ownsubmenuspopulated.Method parameters in com.broadleafcommerce.menu.domain with type arguments of type NavigableMenuItem Modifier and Type Method Description voidNavigableMenu. setSubmenu(List<NavigableMenuItem> submenu)A list of the direct children of this menu with their ownsubmenuspopulated.voidNavigableMenuItem. setSubmenu(List<NavigableMenuItem> submenu)A list of the direct children of this menu item with their ownsubmenuspopulated.
-