Interface PortletLayoutListener
public interface PortletLayoutListener
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAddToLayout
(String portletId, long plid) void
onMoveInLayout
(String portletId, long plid) void
onRemoveFromLayout
(String portletId, long plid) void
void
updatePropertiesOnRemoveFromLayout
(String portletId, UnicodeProperties typeSettingsUnicodeProperties)
-
Method Details
-
onAddToLayout
- Throws:
PortletLayoutListenerException
-
onMoveInLayout
- Throws:
PortletLayoutListenerException
-
onRemoveFromLayout
- Throws:
PortletLayoutListenerException
-
onSetup
- Throws:
PortletLayoutListenerException
-
updatePropertiesOnRemoveFromLayout
void updatePropertiesOnRemoveFromLayout(String portletId, UnicodeProperties typeSettingsUnicodeProperties) throws PortletLayoutListenerException - Throws:
PortletLayoutListenerException
-