JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.broadleafcommerce.adminnavigation.domain.NavigableNavMenuItem
Packages that use
NavigableNavMenuItem
Package
Description
com.broadleafcommerce.adminnavigation.domain
Uses of
NavigableNavMenuItem
in
com.broadleafcommerce.adminnavigation.domain
Methods in
com.broadleafcommerce.adminnavigation.domain
that return types with arguments of type
NavigableNavMenuItem
Modifier and Type
Method
Description
List
<
NavigableNavMenuItem
>
NavigableMenu.
getSubmenu
()
A list of the direct children of this menu with their own
submenus
populated.
List
<
NavigableNavMenuItem
>
NavigableNavMenuItem.
getSubmenu
()
A list of the direct children of this menu item with their own
submenus
populated.
Method parameters in
com.broadleafcommerce.adminnavigation.domain
with type arguments of type
NavigableNavMenuItem
Modifier and Type
Method
Description
void
NavigableMenu.
setSubmenu
(
List
<
NavigableNavMenuItem
> submenu)
A list of the direct children of this menu with their own
submenus
populated.
void
NavigableNavMenuItem.
setSubmenu
(
List
<
NavigableNavMenuItem
> submenu)
A list of the direct children of this menu item with their own
submenus
populated.