Liferay 7.0-ce-m6

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   
com.liferay.taglib.util   
 

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.
 

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()
           
 Menu DefaultDLViewFileVersionDisplayContext.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)
           
 

Uses of Menu in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util with parameters of type Menu
 void DummyVelocityTaglib.menu(Menu menu)
           
 void VelocityTaglibImpl.menu(Menu menu)
           
 void VelocityTaglib.menu(Menu menu)
           
 


Liferay 7.0-ce-m6