Interface I_CmsPropertyClientRpc

  • All Superinterfaces:
    com.vaadin.shared.communication.ClientRpc, java.io.Serializable

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

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void confirmSaveForNew()
      Send a confirmation to the client that the properties for a new resource have been saved.
      void editProperties​(java.lang.String structureId, boolean editName, boolean disablePrevNext)
      Tells the client to open the property editing dialog for the resource with the given structure id.
      void editPropertiesForNewResource​(java.lang.String propertyData)
      Opens the property editor for a new resource.
      void sendNextId​(java.lang.String id)
      Sends next structure id to the client.
    • Method Detail

      • confirmSaveForNew

        void confirmSaveForNew()
        Send a confirmation to the client that the properties for a new resource have been saved.

      • editProperties

        void editProperties​(java.lang.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

        void editPropertiesForNewResource​(java.lang.String propertyData)
        Opens the property editor for a new resource.

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

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

        Parameters:
        id - the next structure id