public class CmsDefaultActionHandler extends java.lang.Object implements I_CmsEditableGroupActionHandler
| Constructor and Description |
|---|
CmsDefaultActionHandler(CmsEditableGroup group,
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 CmsDefaultActionHandler(CmsEditableGroup group, I_CmsEditableGroupRow row)
group - the grouprow - the rowpublic void onAdd()
I_CmsEditableGroupActionHandleronAdd in interface I_CmsEditableGroupActionHandlerI_CmsEditableGroupActionHandler.onAdd()public void onDelete()
I_CmsEditableGroupActionHandleronDelete in interface I_CmsEditableGroupActionHandlerI_CmsEditableGroupActionHandler.onDelete()public void onDown()
I_CmsEditableGroupActionHandleronDown in interface I_CmsEditableGroupActionHandlerI_CmsEditableGroupActionHandler.onDown()public void onUp()
I_CmsEditableGroupActionHandleronUp in interface I_CmsEditableGroupActionHandlerI_CmsEditableGroupActionHandler.onUp()