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
FieldsModifier and TypeFieldDescriptionprotected CmsEditableGroupThe editable group.protected I_CmsEditableGroupRowThe row. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoidonAdd()Triggered when the 'add' button is clicked.voidonDelete()Triggered when the 'delete' button is clicked.voidonDown()Triggered when the 'down' button is clicked.voidonEdit()Triggered when the 'edit' button is clicked.voidonUp()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_CmsEditableGroupActionHandlerTriggered when the 'add' button is clicked.- Specified by:
onAddin interfaceI_CmsEditableGroupActionHandler- See Also:
-
onDelete
Description copied from interface:I_CmsEditableGroupActionHandlerTriggered when the 'delete' button is clicked.- Specified by:
onDeletein interfaceI_CmsEditableGroupActionHandler- See Also:
-
onDown
Description copied from interface:I_CmsEditableGroupActionHandlerTriggered when the 'down' button is clicked.- Specified by:
onDownin interfaceI_CmsEditableGroupActionHandler- See Also:
-
onEdit
Description copied from interface:I_CmsEditableGroupActionHandlerTriggered when the 'edit' button is clicked.- Specified by:
onEditin interfaceI_CmsEditableGroupActionHandler- See Also:
-
onUp
Description copied from interface:I_CmsEditableGroupActionHandlerTriggered when the 'up' button is clicked.- Specified by:
onUpin interfaceI_CmsEditableGroupActionHandler- See Also:
-