Uses of Class
com.liferay.portal.kernel.theme.NavItem
Packages that use NavItem
-
Uses of NavItem in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return types with arguments of type NavItemModifier and TypeMethodDescriptionNavItem.fromLayouts
(javax.servlet.http.HttpServletRequest httpServletRequest, List<Layout> parentLayouts, ThemeDisplay themeDisplay) NavItem.getBrowsableChildren()
Returns all of the browsable child layouts that the current user has permission to access from this navigation item's layout.NavItem.getChildren()
Returns all of child layouts that the current user has permission to access from this navigation item's layout.ThemeDisplay.getNavItems()
Method parameters in com.liferay.portal.kernel.theme with type arguments of type NavItemModifier and TypeMethodDescriptionboolean
NavItem.isInNavigation
(List<NavItem> navItems) void
ThemeDisplay.setNavItems
(List<NavItem> navItems)