Interface LinkEditorValue

All Superinterfaces:
EditorValue<Link>

@Deprecated public interface LinkEditorValue extends EditorValue<Link>
Deprecated.
since 5.2.21 - use FormField instead
The LinkEditorValue interface represents the FirstSpirit input component CMS_INPUT_LINK
Since:
2.3.17
  • Field Details

  • Method Details

    • getForm

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

      void setDomLink(Language language, Element linkElement)
      Deprecated.
      Sets a link from a DOM definition.
      Since:
      4.0.17
    • getAllowedLinkTemplates

      @NotNull @NotNull List<LinkTemplate> getAllowedLinkTemplates()
      Deprecated.
      Get a list of allowed link types.
      Returns:
      The list of allowed link types.
      Since:
      4.2.24
    • set

      void set(Language language, Link object) throws InvalidValueException
      Deprecated.
      Set the value object for the specified language. If the editor is not language dependent, the language will be ignored.
      Specified by:
      set in interface EditorValue<Link>
      Parameters:
      language - The language to use.
      object - The object to store.
      Throws:
      InvalidValueException - If the given object is no valid value.
      Since:
      4.2.24