Interface PictureEditorValue

All Superinterfaces:
EditorValue<GraphicalMedium>, MediumEditorValue<GraphicalMedium>

@Deprecated public interface PictureEditorValue extends MediumEditorValue<GraphicalMedium>
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_PICTURE should be replaced with FS_REFERENCE.
Tagging interface for an EditorValue working on GraphicalMedium and representing the FirstSpirit input component CMS_INPUT_PICTURE. Contains the deprecated definition for picture editor values.
Since:
2.3.17
  • Field Details

    • WIDTH_KEY

      static final String WIDTH_KEY
      Deprecated.
      The key to store the width.
      Since:
      4.0.17
      See Also:
    • HEIGHT_KEY

      static final String HEIGHT_KEY
      Deprecated.
      The key to store the height.
      Since:
      4.0.17
      See Also:
    • HSPACE_KEY

      static final String HSPACE_KEY
      Deprecated.
      The key to store the horizontal spacing.
      Since:
      4.0.17
      See Also:
    • VSPACE_KEY

      static final String VSPACE_KEY
      Deprecated.
      The key to store the vertical spacing.
      Since:
      4.0.17
      See Also:
    • BORDER_KEY

      static final String BORDER_KEY
      Deprecated.
      The key to store the border width.
      Since:
      4.0.17
      See Also:
  • Method Details

    • getForm

      de.espirit.firstspirit.access.store.templatestore.gom.GomPicture getForm()
      Deprecated.
      Covariant return of concrete form container.
      Specified by:
      getForm in interface EditorValue<GraphicalMedium>
      Specified by:
      getForm in interface MediumEditorValue<GraphicalMedium>
      Returns:
      The form definition.
      Since:
      4.0.17
    • get

      @NotNull @NotNull GraphicalMedium get(Language language)
      Deprecated.
      Get the value object in the specified language. If the editor is not language dependent, the returned object always will be the same for any given language.
      Specified by:
      get in interface EditorValue<GraphicalMedium>
      Parameters:
      language - The language to look up.
      Returns:
      The language specific value object.
      Since:
      4.0.17