Interface I_CmsPropertySaver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void saveProperties​(org.opencms.gwt.shared.property.CmsPropertyChangeSet changes, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
      Saves the given property changes.<
    • Method Detail

      • saveProperties

        void saveProperties​(org.opencms.gwt.shared.property.CmsPropertyChangeSet changes,
                            com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
        Saves the given property changes.<

        Parameters:
        changes - the property changes
        callback - the callback to call when done