Interface I_CmsPropertyClientRpc

All Superinterfaces:
com.vaadin.shared.communication.ClientRpc, Serializable

public interface I_CmsPropertyClientRpc extends com.vaadin.shared.communication.ClientRpc
Server-to-client Interface for the GWT dialog extension.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send a confirmation to the client that the properties for a new resource have been saved.
    void
    editProperties(String structureId, boolean editName, boolean disablePrevNext)
    Tells the client to open the property editing dialog for the resource with the given structure id.
    void
    Opens the property editor for a new resource.
    void
    Sends next structure id to the client.
  • Method Details

    • confirmSaveForNew

      Send a confirmation to the client that the properties for a new resource have been saved.

    • editProperties

      void editProperties(String structureId, boolean editName, boolean disablePrevNext)
      Tells the client to open the property editing dialog for the resource with the given structure id.

      Parameters:
      structureId - the structure id of a resource, as a string
      editName - if true, makes the file name editable
      disablePrevNext - if true, disables the prev/next button
    • editPropertiesForNewResource

      Opens the property editor for a new resource.

      Parameters:
      propertyData - the property data serialized using GWT serialization
    • sendNextId

      void sendNextId(String id)
      Sends next structure id to the client.

      Parameters:
      id - the next structure id