Interface I_CmsWindowClientRpc

  • All Superinterfaces:
    com.vaadin.shared.communication.ClientRpc, java.io.Serializable

    public interface I_CmsWindowClientRpc
    extends com.vaadin.shared.communication.ClientRpc
    Server-to-client RPC for CmsWindowExtension.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void open​(java.lang.String url, java.lang.String target, java.lang.String id)
      Opens a new window.
    • Method Detail

      • open

        void open​(java.lang.String url,
                  java.lang.String target,
                  java.lang.String id)
        Opens a new window.

        Parameters:
        url - the URL to open
        target - the target window id
        id - an id used to identify the RPC call