public class CmsUploadPropertyDialog
extends java.lang.Object
构造器和说明 |
---|
CmsUploadPropertyDialog()
Public constructor.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
actionAdvanced() |
protected void |
actionBack()
Action to display the dialog content for the previous resource.
|
protected void |
actionClose()
Action to close the dialog.
|
protected void |
actionNext()
Action to display the dialog content for the next resource.
|
void |
closeDialog()
Closes the dialog.
|
protected I_CmsPostUploadDialogServiceAsync |
getDialogService()
Returns the dialog service instance.
|
boolean |
isExplorerMode()
Returns
true if we are currently in the explorer mode. |
boolean |
isIFrameMode()
Returns if the dialog is in iFrame mode.
|
void |
loadAndShow()
Loads and shows the content of the dialog inside a popup.
|
protected void |
loadDialogBean(CmsUUID uuid)
Retrieves the resource information from the server,
creates a the dialogs content and puts the content into the mainpanel.
|
void |
runAction()
Runs the next action after finishing a save operation.
|
void |
setCloseCmd(com.google.gwt.user.client.Command cmd)
Adds a close "button" to the top of the popup.
|
void |
setHeight(int height)
Delegation method.
|
void |
setTitle(java.lang.String title)
Delegation method.
|
void |
setWidth(int width)
Delegation method.
|
protected void |
updateDialog(CmsPostUploadDialogPanelBean result)
Updates the dialog.
|
void |
updateHeight()
Updates the height of the dialog to fit the content.
|
public void closeDialog()
public boolean isExplorerMode()
true
if we are currently in the explorer mode.true
if we are currently in the explorer modepublic boolean isIFrameMode()
true
if the dialog is in iFrame modepublic void loadAndShow()
public void runAction()
public void setCloseCmd(com.google.gwt.user.client.Command cmd)
cmd
- the command that should be executed when the close button is clickedpublic void setHeight(int height)
height
- the heightCmsFrameDialog.setHeight(int)
public void setTitle(java.lang.String title)
title
- the titleCmsFrameDialog.setTitle(java.lang.String)
public void setWidth(int width)
width
- the widthCmsFrameDialog.setWidth(int)
public void updateHeight()
protected void actionAdvanced()
protected void actionBack()
protected void actionClose()
protected void actionNext()
protected I_CmsPostUploadDialogServiceAsync getDialogService()
protected void loadDialogBean(CmsUUID uuid)
uuid
- the structure id to show the dialog forprotected void updateDialog(CmsPostUploadDialogPanelBean result)
result
- the result