Class CmsDefaultActionHandler
java.lang.Object
org.opencms.ui.components.editablegroup.CmsDefaultActionHandler
- All Implemented Interfaces:
I_CmsEditableGroupActionHandler
- Direct Known Subclasses:
CmsFavoriteDialog.SaveAfterChangeActionHandler
Default action handler for group buttons.
-
Field Summary
Modifier and TypeFieldDescriptionprotected CmsEditableGroup
The editable group.protected I_CmsEditableGroupRow
The row. -
Constructor Summary
ConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
onEdit()
Triggered when the 'edit' button is clicked.void
onUp()
Triggered when the 'up' button is clicked.
-
Field Details
-
m_group
The editable group. -
m_row
The row.
-
-
Constructor Details
-
CmsDefaultActionHandler
Creates a new instance.- Parameters:
group
- the grouprow
- the row
-
-
Method Details
-
onAdd
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'add' button is clicked.- Specified by:
onAdd
in interfaceI_CmsEditableGroupActionHandler
- See Also:
-
onDelete
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'delete' button is clicked.- Specified by:
onDelete
in interfaceI_CmsEditableGroupActionHandler
- See Also:
-
onDown
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'down' button is clicked.- Specified by:
onDown
in interfaceI_CmsEditableGroupActionHandler
- See Also:
-
onEdit
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'edit' button is clicked.- Specified by:
onEdit
in interfaceI_CmsEditableGroupActionHandler
- See Also:
-
onUp
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'up' button is clicked.- Specified by:
onUp
in interfaceI_CmsEditableGroupActionHandler
- See Also:
-