Liferay 7.0-ce-b4

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

Packages that use PortletDisplay
com.liferay.portal.kernel.display.context.util   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.portlet.configuration.icon   
com.liferay.portal.theme This package defines the portal theme classes. 
 

Uses of PortletDisplay in com.liferay.portal.kernel.display.context.util
 

Methods in com.liferay.portal.kernel.display.context.util that return PortletDisplay
 PortletDisplay BaseRequestHelper.getPortletDisplay()
           
 

Uses of PortletDisplay in com.liferay.portal.kernel.portlet
 

Constructors in com.liferay.portal.kernel.portlet with parameters of type PortletDisplay
PortletDisplayModel(PortletDisplay portletDisplay)
           
 

Uses of PortletDisplay in com.liferay.portal.kernel.portlet.configuration.icon
 

Fields in com.liferay.portal.kernel.portlet.configuration.icon declared as PortletDisplay
protected  PortletDisplay BasePortletConfigurationIcon.portletDisplay
           
 

Uses of PortletDisplay in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return PortletDisplay
 PortletDisplay ThemeDisplay.getPortletDisplay()
           
 

Methods in com.liferay.portal.theme with parameters of type PortletDisplay
 void PortletDisplay.copyFrom(PortletDisplay master)
           
 void PortletDisplay.copyTo(PortletDisplay slave)
           
 


Liferay 7.0-ce-b4