Class CmsResourceInfoConfirmDialog

java.lang.Object
org.opencms.gwt.client.ui.CmsResourceInfoConfirmDialog

Confirm dialog with a resource info box.

  • Constructor Details

    • CmsResourceInfoConfirmDialog

      public CmsResourceInfoConfirmDialog(org.opencms.gwt.shared.CmsResourceStatusBean resourceStatus)
      Creates a new dialog instance for the given resource info.

      Parameters:
      resourceStatus - the resource information
  • Method Details

    • display

      public void display()
      Displays the dialog.

    • getCancelText

      Gets the cancel button text.

      Returns:
      the cancel button text
    • getCaption

      public String getCaption()
      Gets the dialog title.

      Returns:
      the dialog title
    • getOkText

      public String getOkText()
      Gets the OK button text.

      Returns:
      the OK button text
    • getText

      public String getText()
      Gets the dialog text.

      Returns:
      the dialog text
    • onConfirm

      public void onConfirm()
      Method to execute when the user confirms the action.