Package org.opencms.ui.apps.sitemanager
Class CmsSitesTable.ExportEntry
java.lang.Object
org.opencms.ui.apps.sitemanager.CmsSitesTable.ExportEntry
- All Implemented Interfaces:
I_CmsSimpleContextMenuEntry<Set<String>>
- Enclosing class:
- CmsSitesTable
public class CmsSitesTable.ExportEntry
extends Object
implements I_CmsSimpleContextMenuEntry<Set<String>>
Context menu entry for site export.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opencms.ui.contextmenu.I_CmsSimpleContextMenuEntry
I_CmsSimpleContextMenuEntry.I_HasCssStyles
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeAction
(Set<String> context) Executes the entry action.Returns the entry title for the given locale.getVisibility
(Set<String> data) Returns the entry visibility matching the given item data.
-
Constructor Details
-
ExportEntry
public ExportEntry()Creates a new entry.
-
-
Method Details
-
executeAction
Description copied from interface:I_CmsSimpleContextMenuEntry
Executes the entry action.- Specified by:
executeAction
in interfaceI_CmsSimpleContextMenuEntry<Set<String>>
- Parameters:
context
- the item data- See Also:
-
getTitle
Description copied from interface:I_CmsSimpleContextMenuEntry
Returns the entry title for the given locale.- Specified by:
getTitle
in interfaceI_CmsSimpleContextMenuEntry<Set<String>>
- Parameters:
locale
- the locale- Returns:
- the title
- See Also:
-
getVisibility
Description copied from interface:I_CmsSimpleContextMenuEntry
Returns the entry visibility matching the given item data.- Specified by:
getVisibility
in interfaceI_CmsSimpleContextMenuEntry<Set<String>>
- Parameters:
data
- the item data- Returns:
- the visibility mode
- See Also:
-