Package org.opencms.ui.shared.rpc
Interface I_CmsEmbeddingServerRpc
- All Superinterfaces:
Serializable,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsEmbeddedDialogsUI
Client-to-server RPC for embedding Vaadin dialogs in GWT.
-
Method Summary
Modifier and TypeMethodDescriptionvoidloadDialog(String dialogInfo) Loads the dialog for the given dialog information.
-
Method Details
-
loadDialog
Loads the dialog for the given dialog information.- Parameters:
dialogInfo- the dialog information as JSON representation of an I_CmsEmbeddedDialogInfo auto bean
-