Interface I_CmsEmbeddingServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc
All Known Implementing Classes:
CmsEmbeddedDialogsUI

public interface I_CmsEmbeddingServerRpc extends com.vaadin.shared.communication.ServerRpc
Client-to-server RPC for embedding Vaadin dialogs in GWT.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    loadDialog(String dialogInfo)
    Loads the dialog for the given dialog information.
  • Method Details

    • loadDialog

      void loadDialog(String dialogInfo)
      Loads the dialog for the given dialog information.
      Parameters:
      dialogInfo - the dialog information as JSON representation of an I_CmsEmbeddedDialogInfo auto bean