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 ownsubmenus
populated.List<NavigableMenuItem>
NavigableMenuItem. getSubmenu()
A list of the direct children of this menu item with their ownsubmenus
populated.Method parameters in com.broadleafcommerce.menu.domain with type arguments of type NavigableMenuItem Modifier and Type Method Description void
NavigableMenu. setSubmenu(List<NavigableMenuItem> submenu)
A list of the direct children of this menu with their ownsubmenus
populated.void
NavigableMenuItem. setSubmenu(List<NavigableMenuItem> submenu)
A list of the direct children of this menu item with their ownsubmenus
populated.
-