Class CmsSitemapAttributeEditor
java.lang.Object
org.opencms.ade.sitemap.client.toolbar.CmsSitemapAttributeEditor
- All Implemented Interfaces:
I_CmsDisableable
,I_CmsContextMenuCommand
,I_CmsHasContextMenuCommand
public class CmsSitemapAttributeEditor
extends Object
implements I_CmsHasContextMenuCommand, I_CmsContextMenuCommand, I_CmsDisableable
Context menu entry for the sitemap attribute editor.
-
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.protected static org.opencms.ade.sitemap.shared.rpc.I_CmsSitemapServiceAsync
Gets the service to use for validating/saving aliases.boolean
Returns if this command provides it's own menu item widget.boolean
True if this GUI element is disabled.
-
Constructor Details
-
CmsSitemapAttributeEditor
public CmsSitemapAttributeEditor()
-
-
Method Details
-
getContextMenuCommand
Returns the context menu command according toI_CmsHasContextMenuCommand
.- Returns:
- the context menu command
-
getService
Gets the service to use for validating/saving aliases.- Returns:
- the service used for validating/saving aliases
-
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:
-
isDisabled
Description copied from interface:I_CmsDisableable
True if this GUI element is disabled.- Specified by:
isDisabled
in interfaceI_CmsDisableable
- Returns:
- true if this GUI element is disabled
- See Also:
-