Interface I_CmsGwtDialogServerRpc

All Superinterfaces:
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

    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(List<String> changedStructureIds, long delayMillis)
    Disposes of the extension, and tells the server which resources have changed.
  • Method Details

    • 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(List<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)