public interface I_CmsGwtDialogClientRpc extends com.vaadin.shared.communication.ClientRpc
| Modifier and Type | Method and Description |
|---|---|
void |
editPointer(java.lang.String structureId)
Opens the 'external link' editor dialog for a pointer resource.
|
void |
editProperties(java.lang.String structureId,
boolean editName)
Tells the client to open the property editing dialog for the resource with the given structure id.
|
void |
openCategoriesDialog(java.lang.String structureId,
boolean collapsed)
Opens the categories dialog.
|
void |
openGalleryDialog(java.lang.String galleryConfiguration)
Opens the gallery dialog with the given JSON configuration.
|
void |
openInfoDialog(java.lang.String structureId,
java.lang.String startTab)
Opens the resource info dialog for the resource with the given structure id.
|
void |
openLockReport(java.lang.String dialogTitle,
java.lang.String structureId)
Opens the lock report dialog.
|
void |
openPublishDialog(java.lang.String serializedPublishData)
Opens the publish dialog with the given publish data.
|
void |
openReplaceDialog(java.lang.String structureId)
Opens the 'replace' dialog for the resource with the given structure id.
|
void |
showAbout()
Shows the OpenCms about dialog.
|
void |
showPreview(java.lang.String uuid,
java.lang.String historyVersion)
Shows the preview dialog for resource with the given structure id and version string.
|
void |
showUserPreferences()
Shows the user preferences.
|
void editPointer(java.lang.String structureId)
structureId - the structure id of the resourcevoid editProperties(java.lang.String structureId, boolean editName)
structureId - the structure id of a resource, as a stringeditName - if true, makes the file name editablevoid openCategoriesDialog(java.lang.String structureId, boolean collapsed)
structureId - the structure id of the resource to open the dialog forcollapsed - flag, indicating if all categories should be collapsed when the dialog opensvoid openGalleryDialog(java.lang.String galleryConfiguration)
galleryConfiguration - the gallery configurationvoid openInfoDialog(java.lang.String structureId, java.lang.String startTab)
structureId - the structure id of a resource, as a stringstartTab - the start tab idvoid openLockReport(java.lang.String dialogTitle, java.lang.String structureId)
dialogTitle - the dialog titlestructureId - the structure id of the resource to open the dialog forvoid openPublishDialog(java.lang.String serializedPublishData)
serializedPublishData - the publish data, an instance of CmsPublishData serialized with the GWT serialization mechanismvoid openReplaceDialog(java.lang.String structureId)
structureId - the structure id of a resourcevoid showAbout()
void showPreview(java.lang.String uuid, java.lang.String historyVersion)
The version string format is defined by the toString() method of org.opencms.gwt.shared.CmsHistoryVersion.
uuid - the UUIDhistoryVersion - the history version stringvoid showUserPreferences()