Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.theme.NavItem

Packages that use NavItem
com.liferay.portal.theme This package defines the portal theme classes. 
 

Uses of NavItem in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return types with arguments of type NavItem
static List<NavItem> NavItem.fromLayouts(javax.servlet.http.HttpServletRequest request, List<Layout> layouts, Map<String,Object> contextObjects)
          Creates a single level of navigation items from the layouts.
 List<NavItem> NavItem.getBrowsableChildren()
          Returns all of the browsable child layouts that the current user has permission to access from this navigation item's layout.
 List<NavItem> NavItem.getChildren()
          Returns all of child layouts that the current user has permission to access from this navigation item's layout.
 

Method parameters in com.liferay.portal.theme with type arguments of type NavItem
 boolean NavItem.isInNavigation(List<NavItem> navItems)
           
 


Liferay 7.0-ce-b4