Class CmsRenameDialog

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasCloseHandlers<com.google.gwt.user.client.ui.PopupPanel>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.SourcesPopupEvents, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>, I_CmsAutoHider

    public class CmsRenameDialog
    extends CmsPopup
    The dialog for renaming a given resource.

    • Constructor Detail

      • CmsRenameDialog

        public CmsRenameDialog​(org.opencms.util.CmsUUID structureId,
                               com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> renameHandler)
        Creates a new instance.

        Parameters:
        structureId - the structure id of the resource to be renamed
        renameHandler - the handler which should be called when the resource has been renamed
    • Method Detail

      • loadAndShow

        public void loadAndShow()
        Loads the necessary data for the rename dialog from the server and then displays the rename dialog.