public final class CmsUploadHookDialog
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
DIALOG_HEIGHT
The dialog height.
|
static int |
DIALOG_WIDTH
The dialog width.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
public static final int DIALOG_HEIGHT
public static final int DIALOG_WIDTH
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)
title
- the title for the dialog popuphookUri
- the URI of the upload hook pageuploadedFiles
- the uploaded filescloseHandler
- the dialog close handler