Interface I_CmsPropertyServerRpc

  • All Superinterfaces:
    java.io.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 Detail

      • 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

        void 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

        void savePropertiesForNewResource​(java.lang.String data)
        Saves the properties for a new resource.

        Parameters:
        data - the serialized property data (CmsPropertyChangeSet)