Package org.opencms.ui.favorites
Class CmsFavoriteDialog.SaveAfterChangeActionHandler
java.lang.Object
org.opencms.ui.components.editablegroup.CmsDefaultActionHandler
org.opencms.ui.favorites.CmsFavoriteDialog.SaveAfterChangeActionHandler
- All Implemented Interfaces:
I_CmsEditableGroupActionHandler
- Enclosing class:
- CmsFavoriteDialog
Action handler that saves favorites after every change.
-
Field Summary
Fields inherited from class org.opencms.ui.components.editablegroup.CmsDefaultActionHandler
m_group, m_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.
-
Constructor Details
-
SaveAfterChangeActionHandler
Creates a new instance.- Parameters:
row
- the row
-
-
Method Details
-
onAdd
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'add' button is clicked.- Specified by:
onAdd
in interfaceI_CmsEditableGroupActionHandler
- Overrides:
onAdd
in classCmsDefaultActionHandler
- See Also:
-
onDelete
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'delete' button is clicked.- Specified by:
onDelete
in interfaceI_CmsEditableGroupActionHandler
- Overrides:
onDelete
in classCmsDefaultActionHandler
- See Also:
-
onDown
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'down' button is clicked.- Specified by:
onDown
in interfaceI_CmsEditableGroupActionHandler
- Overrides:
onDown
in classCmsDefaultActionHandler
- See Also:
-
onEdit
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'edit' button is clicked.- Specified by:
onEdit
in interfaceI_CmsEditableGroupActionHandler
- Overrides:
onEdit
in classCmsDefaultActionHandler
- See Also:
-
onUp
Description copied from interface:I_CmsEditableGroupActionHandler
Triggered when the 'up' button is clicked.- Specified by:
onUp
in interfaceI_CmsEditableGroupActionHandler
- Overrides:
onUp
in classCmsDefaultActionHandler
- See Also:
-