Interface I_CmsPropertiesHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void saveProperties​(java.util.Map<java.lang.String,​java.lang.String> properties, com.google.gwt.user.client.Command afterSaveCommand)
      Saves the properties.
      void selectResource()
      Selects the current resource and sets its path into the xml-content field or editor link, depending on the gallery mode.
    • Method Detail

      • saveProperties

        void saveProperties​(java.util.Map<java.lang.String,​java.lang.String> properties,
                            com.google.gwt.user.client.Command afterSaveCommand)
        Saves the properties.

        Parameters:
        properties - the properties to save
        afterSaveCommand - the command to execute after saving the properties
      • selectResource

        void selectResource()
        Selects the current resource and sets its path into the xml-content field or editor link, depending on the gallery mode.