Interface I_CmsEmbeddingServerRpc

  • All Superinterfaces:
    java.io.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 Detail

      • loadDialog

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