Package org.opencms.ui.apps.sitemanager
Class CmsSitesTable.EditEntry
java.lang.Object
org.opencms.ui.apps.sitemanager.CmsSitesTable.EditEntry
- All Implemented Interfaces:
I_CmsSimpleContextMenuEntry<Set<String>>,I_CmsSimpleContextMenuEntry.I_HasCssStyles
- Enclosing class:
CmsSitesTable
public class CmsSitesTable.EditEntry
extends Object
implements I_CmsSimpleContextMenuEntry<Set<String>>, I_CmsSimpleContextMenuEntry.I_HasCssStyles
The edit project context menu entry.
-
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> data) Executes the entry action.Returns the styles to use for this menu entry.Returns the entry title for the given locale.getVisibility(Set<String> data) Returns the entry visibility matching the given item data.
-
Constructor Details
-
EditEntry
public EditEntry()
-
-
Method Details
-
executeAction
Description copied from interface:I_CmsSimpleContextMenuEntryExecutes the entry action.- Specified by:
executeActionin interfaceI_CmsSimpleContextMenuEntry<Set<String>>- Parameters:
data- the item data- See Also:
-
getStyles
Description copied from interface:I_CmsSimpleContextMenuEntry.I_HasCssStylesReturns the styles to use for this menu entry.- Specified by:
getStylesin interfaceI_CmsSimpleContextMenuEntry.I_HasCssStyles- Returns:
- the styles to use for this menu entry
- 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:
-