Interface I_CmsWindowServerRpc

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

    public interface I_CmsWindowServerRpc
    extends com.vaadin.shared.communication.ServerRpc
    Client-to-server RPC interface for CmsWindowExtension.

    • Method Detail

      • handleOpenResult

        void handleOpenResult​(java.lang.String id,
                              boolean ok)
        Handles the result of trying to open a new window.

        Parameters:
        id - the id of the RPC call which tried to open the window
        ok - true if we succeeded in opening the window