Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.servlet.taglib.ui.Menu

Packages that use Menu
com.liferay.portal.kernel.portlet.toolbar   
com.liferay.portal.kernel.portlet.toolbar.contributor   
com.liferay.portlet.documentlibrary.display.context   
com.liferay.taglib.ui   
 

Uses of Menu in com.liferay.portal.kernel.portlet.toolbar
 

Methods in com.liferay.portal.kernel.portlet.toolbar that return types with arguments of type Menu
 List<Menu> PortletToolbar.getPortletTitleMenus(String portletId, PortletRequest portletRequest)
           
 

Uses of Menu in com.liferay.portal.kernel.portlet.toolbar.contributor
 

Methods in com.liferay.portal.kernel.portlet.toolbar.contributor that return types with arguments of type Menu
 List<Menu> PortletToolbarContributor.getPortletTitleMenus(PortletRequest portletRequest)
          Returns menus to be rendered in the portlet toolbar.
 List<Menu> BasePortletToolbarContributor.getPortletTitleMenus(PortletRequest portletRequest)
           
 

Uses of Menu in com.liferay.portlet.documentlibrary.display.context
 

Methods in com.liferay.portlet.documentlibrary.display.context that return Menu
 Menu DLViewFileVersionDisplayContext.getMenu()
           
 Menu BaseDLViewFileVersionDisplayContext.getMenu()
           
 

Uses of Menu in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui with parameters of type Menu
 void MenuTag.setMenu(Menu menu)
           
 


Liferay 7.0-ce-b4