Class CmsAliasDialog
- java.lang.Object
-
- org.opencms.ade.sitemap.client.toolbar.CmsAliasDialog
-
- All Implemented Interfaces:
I_CmsDisableable
,I_CmsContextMenuCommand
,I_CmsHasContextMenuCommand
public final class CmsAliasDialog extends java.lang.Object implements I_CmsHasContextMenuCommand, I_CmsContextMenuCommand, I_CmsDisableable
The alias dialog context menu command.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean)
Executed on context menu item click.static I_CmsContextMenuCommand
getContextMenuCommand()
Returns the context menu command according toI_CmsHasContextMenuCommand
.A_CmsContextMenuItem
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
hasItemWidget()
Returns if this command provides it's own menu item widget.boolean
isDisabled()
True if this GUI element is disabled.
-
-
-
Method Detail
-
getContextMenuCommand
public static I_CmsContextMenuCommand getContextMenuCommand()
Returns the context menu command according toI_CmsHasContextMenuCommand
.- Returns:
- the context menu command
-
execute
public void execute(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean)
Description copied from interface:I_CmsContextMenuCommand
Executed on context menu item click.- Specified by:
execute
in interfaceI_CmsContextMenuCommand
- Parameters:
structureId
- the structure id of the resourcehandler
- the context menu handlerbean
- the context menu entry bean- See Also:
I_CmsContextMenuCommand.execute(org.opencms.util.CmsUUID, org.opencms.gwt.client.ui.contextmenu.I_CmsContextMenuHandler, org.opencms.gwt.shared.CmsContextMenuEntryBean)
-
getItemWidget
public A_CmsContextMenuItem getItemWidget(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean)
Description copied from interface:I_CmsContextMenuCommand
Returns the special menu item widget for this command.- Specified by:
getItemWidget
in interfaceI_CmsContextMenuCommand
- Parameters:
structureId
- the structure id of the resourcehandler
- the context menu handlerbean
- the context menu entry bean- Returns:
- the special menu item widget for this command
- See Also:
I_CmsContextMenuCommand.getItemWidget(org.opencms.util.CmsUUID, org.opencms.gwt.client.ui.contextmenu.I_CmsContextMenuHandler, org.opencms.gwt.shared.CmsContextMenuEntryBean)
-
hasItemWidget
public boolean 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:
I_CmsContextMenuCommand.hasItemWidget()
-
isDisabled
public boolean 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:
I_CmsDisableable.isDisabled()
-
-