public interface I_CmsSitemapClientRpc extends com.vaadin.shared.communication.ClientRpc
| Modifier and Type | Method and Description |
|---|---|
void |
finishPageCopyDialog(java.lang.String callId,
java.lang.String response)
Signals to the client that the page copy dialog has finished.
|
void |
openPropertyDialog(java.lang.String structureId,
java.lang.String rootId)
Opens the property dialog in the locale comparison view.
|
void |
showInfoHeader(java.lang.String title,
java.lang.String description,
java.lang.String path,
java.lang.String locale,
java.lang.String icon)
Displays the header for a sub-sitemap in the locale comparison view.
|
void finishPageCopyDialog(java.lang.String callId, java.lang.String response)
callId - the call id which was initially used to open the dialogresponse - a string representing the result code of the page copy dialogvoid openPropertyDialog(java.lang.String structureId, java.lang.String rootId)
structureId - the structure id of the resource for which to open the property dialogrootId - the root structure id of the locale comparison treevoid showInfoHeader(java.lang.String title, java.lang.String description, java.lang.String path, java.lang.String locale, java.lang.String icon)
title - the titledescription - the descriptionpath - the pathlocale - the localeicon - the CSS classes for the icon