Package org.opencms.ui.shared.rpc
Interface I_CmsSitemapServerRpc
- All Superinterfaces:
Serializable,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsSitemapExtension
Interface for the client-to-server rpc calls used by the sitemap extension.
-
Method Summary
Modifier and TypeMethodDescriptionvoidHandles changes made via the property dialog.voidopenPageCopyDialog(String callId, String structureId) Opens the page copy dialog for a resource.voidDisplays the locale comparison view.
-
Method Details
-
handleChangedProperties
Handles changes made via the property dialog.- Parameters:
id- the structure id of the changed resource
-
openPageCopyDialog
Opens the page copy dialog for a resource.- Parameters:
callId- a unique (per client) id representing the RPC callstructureId- the structure id of the resource for which to open the dialog
-
showLocaleComparison
Displays the locale comparison view.- Parameters:
id- the locale comparison view
-