Class CmsPublishConfirmationDialog

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.ade.publish.client.CmsPublishConfirmationDialog
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

A confirmation message dialog which can be displayed after the publish dialog has been closed.

  • Constructor Details

    • CmsPublishConfirmationDialog

      Creates a new publish confirmation dialog.

      Parameters:
      dialog - the publish dialog instance
      closeLink - the link to open after the dialog is finished
  • Method Details

    • getButtons

      Produces the buttons for this dialog.

      Returns:
      a list of buttons that should be displayed
    • getMessage

      protected String getMessage(String key, Object... args)
      Helper method to get a localized message.

      Parameters:
      key - the message key
      args - the message parameters
      Returns:
      the localized message