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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(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_CmsSimpleContextMenuEntryExecutes the entry action.- Specified by:
executeActionin interfaceI_CmsSimpleContextMenuEntry<Set<String>>- Parameters:
context- the item data- See Also:
-
getTitle
Description copied from interface:I_CmsSimpleContextMenuEntryReturns the entry title for the given locale.- Specified by:
getTitlein interfaceI_CmsSimpleContextMenuEntry<Set<String>>- Parameters:
locale- the locale- Returns:
- the title
- See Also:
-
getVisibility
Description copied from interface:I_CmsSimpleContextMenuEntryReturns the entry visibility matching the given item data.- Specified by:
getVisibilityin interfaceI_CmsSimpleContextMenuEntry<Set<String>>- Parameters:
data- the item data- Returns:
- the visibility mode
- See Also:
-