Interface I_CmsWindowClientRpc

All Superinterfaces:
com.vaadin.shared.communication.ClientRpc, Serializable

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    open(String url, String target, String id)
    Opens a new window.
  • Method Details

    • open

      void open(String url, String target, 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