Interface I_CmsPropertiesHandler

All Known Subinterfaces:
I_CmsPreviewHandler<T>
All Known Implementing Classes:
A_CmsPreviewHandler, CmsBinaryPreviewHandler, CmsImagePreviewHandler

public interface I_CmsPropertiesHandler
The properties tab handler of the preview dialog.

This class receives event information from the properties tab and delegates it to the preview controller.

Since:
8.0.0
  • Method Summary

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

    • saveProperties

      void saveProperties(Map<String,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

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