Class CmsRefreshAction
java.lang.Object
org.opencms.ade.sitemap.client.toolbar.CmsRefreshAction
- All Implemented Interfaces:
I_CmsContextMenuCommand
,I_CmsHasContextMenuCommand
public class CmsRefreshAction
extends Object
implements I_CmsHasContextMenuCommand, I_CmsContextMenuCommand
Context menu entry for the 'Refresh' action.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean) Executed on context menu item click.static I_CmsContextMenuCommand
Returns the context menu command according toI_CmsHasContextMenuCommand
.getItemWidget
(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean) Returns the special menu item widget for this command.boolean
Returns if this command provides it's own menu item widget.
-
Constructor Details
-
CmsRefreshAction
public CmsRefreshAction()
-
-
Method Details
-
getContextMenuCommand
Returns the context menu command according toI_CmsHasContextMenuCommand
.- Returns:
- the context menu command
-
hasItemWidget
Description copied from interface:I_CmsContextMenuCommand
Returns if this command provides it's own menu item widget.- Specified by:
hasItemWidget
in interfaceI_CmsContextMenuCommand
- Returns:
true
if this command provides it's own menu item widget- See Also:
-