Package org.opencms.ui.shared.rpc
Interface I_CmsSitemapClientRpc
- All Superinterfaces:
com.vaadin.shared.communication.ClientRpc
,Serializable
Interface for the server-to-client RPC calls used by the sitemap extension.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finishPageCopyDialog
(String callId, String response) Signals to the client that the page copy dialog has finished.void
openPropertyDialog
(String structureId, String rootId) Opens the property dialog in the locale comparison view.void
Displays the header for a sub-sitemap in the locale comparison view.
-
Method Details
-
finishPageCopyDialog
Signals to the client that the page copy dialog has finished.- Parameters:
callId
- the call id which was initially used to open the dialogresponse
- a string representing the result code of the page copy dialog
-
openPropertyDialog
Opens the property dialog in the locale comparison view.- Parameters:
structureId
- the structure id of the resource for which to open the property dialogrootId
- the root structure id of the locale comparison tree
-
showInfoHeader
Displays the header for a sub-sitemap in the locale comparison view.- Parameters:
title
- the titledescription
- the descriptionpath
- the pathlocale
- the localeicon
- the CSS classes for the icon
-