Interface I_CmsPropertySaver

All Known Implementing Classes:
CmsPropertyDialogExtensionConnector.PropertySaver

public interface I_CmsPropertySaver
Interface used to send property changes to the server to save them.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    saveProperties(org.opencms.gwt.shared.property.CmsPropertyChangeSet changes, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    Saves the given property changes.<
  • Method Details

    • saveProperties

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

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