Interface I_CmsEmbeddedDialogClientRPC

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

    public interface I_CmsEmbeddedDialogClientRPC
    extends com.vaadin.shared.communication.ClientRpc
    Client RPC to handle embedded dialogs.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void finish​(java.lang.String resourceIds)
      Removes the dialog iFrame and refreshes the given resources.
      void finishForProjectOrSiteChange​(java.lang.String sitePath, java.lang.String serverLink)
      Removes the dialog iFrame and reloads the app for the given site path and server link.
      void initServerRpc()
      Tells the client to initialize the client-to-server RPC.
      void leavePage​(java.lang.String targetUri)
      Leaves the current page calling the given URI.
      void reloadParent()
      Reloads the parent window.
      void selectString​(java.lang.String str)
      Sets the selected string.
    • Method Detail

      • finish

        void finish​(java.lang.String resourceIds)
        Removes the dialog iFrame and refreshes the given resources.

        Parameters:
        resourceIds - the resources to refresh
      • finishForProjectOrSiteChange

        void finishForProjectOrSiteChange​(java.lang.String sitePath,
                                          java.lang.String serverLink)
        Removes the dialog iFrame and reloads the app for the given site path and server link.

        Parameters:
        sitePath - the site path
        serverLink - the server link
      • initServerRpc

        void initServerRpc()
        Tells the client to initialize the client-to-server RPC.
      • leavePage

        void leavePage​(java.lang.String targetUri)
        Leaves the current page calling the given URI.

        Parameters:
        targetUri - the target URI
      • reloadParent

        void reloadParent()
        Reloads the parent window.

      • selectString

        void selectString​(java.lang.String str)
        Sets the selected string.

        Parameters:
        str - the string