Package org.opencms.ui.actions
Class CmsFavoriteDialogAction
java.lang.Object
org.opencms.ui.actions.A_CmsWorkplaceAction
org.opencms.ui.actions.CmsFavoriteDialogAction
- All Implemented Interfaces:
 I_CmsWorkplaceAction,I_CmsHasMenuItemVisibility
The action for the favorite dialog.
 This is only used for the favorite dialog opened from the page editor.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe action id.static final I_CmsHasMenuItemVisibilityThe action visibility. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(I_CmsDialogContext context) Executes the action.getId()The action id.protected StringReturns the workplace message bundle key of the action title.getVisibility(CmsObject cms, List<CmsResource> resources) Gets the visibility for the current resource and CMS context.getVisibility(I_CmsDialogContext context) Gets the visibility for the current dialog context.Methods inherited from class org.opencms.ui.actions.A_CmsWorkplaceAction
getDialogTitle, getDialogTitleKey, getTitle, hasBlockingLocks, hasBlockingLocks, isActive, openDialog, openDialog 
- 
Field Details
- 
ACTION_ID
The action id.- See Also:
 
 - 
VISIBILITY
The action visibility. 
 - 
 - 
Constructor Details
- 
CmsFavoriteDialogAction
public CmsFavoriteDialogAction() 
 - 
 - 
Method Details
- 
executeAction
Description copied from interface:I_CmsWorkplaceActionExecutes the action.- Parameters:
 context- the current dialog context.- See Also:
 
 - 
getId
Description copied from interface:I_CmsWorkplaceActionThe action id.- Returns:
 - the action id
 - See Also:
 
 - 
getVisibility
Description copied from interface:I_CmsHasMenuItemVisibilityGets the visibility for the current resource and CMS context.- Parameters:
 cms- the CMS context to useresources- the list of resources to check- Returns:
 - the visibility
 - See Also:
 
 - 
getVisibility
Description copied from interface:I_CmsHasMenuItemVisibilityGets the visibility for the current dialog context.- Specified by:
 getVisibilityin interfaceI_CmsHasMenuItemVisibility- Overrides:
 getVisibilityin classA_CmsWorkplaceAction- Parameters:
 context- the dialog context- Returns:
 - the visibility
 - See Also:
 
 - 
getTitleKey
Description copied from class:A_CmsWorkplaceActionReturns the workplace message bundle key of the action title.- Specified by:
 getTitleKeyin classA_CmsWorkplaceAction- Returns:
 - the title message bundle key
 - See Also:
 
 
 -