Interface I_CmsGwtDialogServerRpc

  • All Superinterfaces:
    java.io.Serializable, com.vaadin.shared.communication.ServerRpc
    All Known Implementing Classes:
    CmsGwtDialogExtension

    public interface I_CmsGwtDialogServerRpc
    extends com.vaadin.shared.communication.ServerRpc
    Client-to-server rpc interface for the GWT dialog extension.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onClose​(boolean reinitUI)
      Disposes of the extension and tells the server whether to re-init the UI.
      void onClose​(java.util.List<java.lang.String> changedStructureIds, long delayMillis)
      Disposes of the extension, and tells the server which resources have changed.
    • Method Detail

      • onClose

        void onClose​(boolean reinitUI)
        Disposes of the extension and tells the server whether to re-init the UI.

        Parameters:
        reinitUI - true to reinit the UI
      • onClose

        void onClose​(java.util.List<java.lang.String> changedStructureIds,
                     long delayMillis)
        Disposes of the extension, and tells the server which resources have changed.

        Parameters:
        changedStructureIds - the structure ids of changed resources, as strings
        delayMillis - time to delay the RPC (for allowing short background operations to finish)