public class CmsFavoriteDialog.SaveAfterChangeActionHandler extends CmsDefaultActionHandler
| Constructor and Description |
|---|
SaveAfterChangeActionHandler(I_CmsEditableGroupRow row)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onAdd()
Triggered when the 'add' button is clicked.
|
void |
onDelete()
Triggered when the 'delete' button is clicked.
|
void |
onDown()
Triggered when the 'down' button is clicked.
|
void |
onUp()
Triggered when the 'up' button is clicked.
|
public SaveAfterChangeActionHandler(I_CmsEditableGroupRow row)
row - the rowpublic void onAdd()
I_CmsEditableGroupActionHandleronAdd in interface I_CmsEditableGroupActionHandleronAdd in class CmsDefaultActionHandlerCmsDefaultActionHandler.onAdd()public void onDelete()
I_CmsEditableGroupActionHandleronDelete in interface I_CmsEditableGroupActionHandleronDelete in class CmsDefaultActionHandlerCmsDefaultActionHandler.onDelete()public void onDown()
I_CmsEditableGroupActionHandleronDown in interface I_CmsEditableGroupActionHandleronDown in class CmsDefaultActionHandlerCmsDefaultActionHandler.onDown()public void onUp()
I_CmsEditableGroupActionHandleronUp in interface I_CmsEditableGroupActionHandleronUp in class CmsDefaultActionHandlerCmsDefaultActionHandler.onUp()