Class CmsRenameDialog

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.SimplePanel
com.google.gwt.user.client.ui.PopupPanel
org.opencms.gwt.client.ui.CmsPopup
org.opencms.gwt.client.ui.rename.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, Iterable<com.google.gwt.user.client.ui.Widget>, I_CmsAutoHider

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

  • Constructor Details

    • CmsRenameDialog

      public CmsRenameDialog(org.opencms.util.CmsUUID structureId, com.google.gwt.user.client.rpc.AsyncCallback<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 Details

    • loadAndShow

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