public interface PortletLayoutListener
| Modifier and Type | Method and Description |
|---|---|
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 typeSettingsUnicodeProperties) |
void onAddToLayout(String portletId,
long plid)
throws PortletLayoutListenerException
PortletLayoutListenerExceptionvoid onMoveInLayout(String portletId,
long plid)
throws PortletLayoutListenerException
PortletLayoutListenerExceptionvoid onRemoveFromLayout(String portletId,
long plid)
throws PortletLayoutListenerException
PortletLayoutListenerExceptionvoid onSetup(String portletId,
long plid)
throws PortletLayoutListenerException
PortletLayoutListenerExceptionvoid updatePropertiesOnRemoveFromLayout(String portletId,
UnicodeProperties typeSettingsUnicodeProperties)
throws PortletLayoutListenerException
PortletLayoutListenerException