Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Interface PortletLayoutListener


public interface PortletLayoutListener


Method Summary
 void onAddToLayout(String portletId, long plid)
           
 void onMoveInLayout(String portletId, long plid)
           
 void onRemoveFromLayout(String portletId, long plid)
           
 void onSetup(String portletId, long plid)
           
 void updatePropertiesOnRemoveFromLayout(String portletId, UnicodeProperties typeSettingsProperties)
           
 

Method Detail

onAddToLayout

void onAddToLayout(String portletId,
                   long plid)
                   throws PortletLayoutListenerException
Throws:
PortletLayoutListenerException

onMoveInLayout

void onMoveInLayout(String portletId,
                    long plid)
                    throws PortletLayoutListenerException
Throws:
PortletLayoutListenerException

onRemoveFromLayout

void onRemoveFromLayout(String portletId,
                        long plid)
                        throws PortletLayoutListenerException
Throws:
PortletLayoutListenerException

onSetup

void onSetup(String portletId,
             long plid)
             throws PortletLayoutListenerException
Throws:
PortletLayoutListenerException

updatePropertiesOnRemoveFromLayout

void updatePropertiesOnRemoveFromLayout(String portletId,
                                        UnicodeProperties typeSettingsProperties)
                                        throws PortletLayoutListenerException
Throws:
PortletLayoutListenerException

Liferay 7.0-ce-b4