Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.portlet.PortletLayoutListener

Packages that use PortletLayoutListener
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

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

Methods in com.liferay.portal.kernel.portlet that return PortletLayoutListener
 PortletLayoutListener PortletBag.getPortletLayoutListenerInstance()
           
 

Uses of PortletLayoutListener in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletLayoutListener
 PortletLayoutListener PortletWrapper.getPortletLayoutListenerInstance()
          Returns the portlet layout listener instance of the portlet.
 PortletLayoutListener Portlet.getPortletLayoutListenerInstance()
          Returns the portlet layout listener instance of the portlet.
 


Liferay 6.2-ce-ga5