Class CmsUploadHookDialog


  • public final class CmsUploadHookDialog
    extends java.lang.Object
    A opens a dialog which contains an IFRAME for displaying the upload hook JSP page.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DIALOG_HEIGHT
      The dialog height.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void openDialog​(java.lang.String title, java.lang.String hookUri, java.util.List<java.lang.String> uploadedFiles, com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel> closeHandler)
      Opens a new upload property dialog.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • openDialog

        public static void openDialog​(java.lang.String title,
                                      java.lang.String hookUri,
                                      java.util.List<java.lang.String> uploadedFiles,
                                      com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel> closeHandler)
        Opens a new upload property dialog.

        Parameters:
        title - the title for the dialog popup
        hookUri - the URI of the upload hook page
        uploadedFiles - the uploaded files
        closeHandler - the dialog close handler