Interface I_CmsPropertyServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc
All Known Implementing Classes:
CmsPropertyDialogExtension

public interface I_CmsPropertyServerRpc 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(long delayMillis)
    Disposes of the extension, and tells the server which resources have changed.
    void
    Removes the extension on the server side.
    void
    requestNextFile(int offset)
    Requests the id of the next file.
    void
    Saves the properties for a new resource.
  • Method Details

    • onClose

      void onClose(long delayMillis)
      Disposes of the extension, and tells the server which resources have changed.

      Parameters:
      delayMillis - time to delay the RPC (for allowing short background operations to finish)
    • removeExtension

      Removes the extension on the server side.

    • requestNextFile

      void requestNextFile(int offset)
      Requests the id of the next file.

      Parameters:
      offset - should be +1 for the next file, or -1 for the previous file
    • savePropertiesForNewResource

      Saves the properties for a new resource.

      Parameters:
      data - the serialized property data (CmsPropertyChangeSet)