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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeAction
(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_CmsSimpleContextMenuEntry
Executes the entry action.- Specified by:
executeAction
in interfaceI_CmsSimpleContextMenuEntry<Set<String>>
- Parameters:
data
- the item data- See Also:
-
getStyles
Description copied from interface:I_CmsSimpleContextMenuEntry.I_HasCssStyles
Returns the styles to use for this menu entry.- Specified by:
getStyles
in interfaceI_CmsSimpleContextMenuEntry.I_HasCssStyles
- Returns:
- the styles to use for this menu entry
- 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:
-