Interface DomEditorValue

All Superinterfaces:
EditorValue<DomElement>, FormatTemplateAccess

@Deprecated public interface DomEditorValue extends EditorValue<DomElement>, FormatTemplateAccess
Deprecated.
since 5.2.21 - use FormField instead
Editor value definition for DOM based value component.
Since:
2.3.17
  • Field Details

    • DOM_KEY

      static final String DOM_KEY
      Deprecated.
      root tag name - DO NOT CHANGE, will break stored data
      Since:
      4.0.17
      See Also:
  • Method Details

    • getForm

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

      String toHtml(Language language)
      Deprecated.
      Build an HTML representation for the given language's value.
      Returns:
      The value in HTML format.
      Since:
      4.0.17
    • getShortContent

      String getShortContent(Language language)
      Deprecated.
      Gets the first 20 characters of the value of this DOM editor's value as String in the given language.
      Parameters:
      language - The language to get the value for.
      Returns:
      A short content string representation of the value.
      Since:
      3.0.59
    • getShortContent

      String getShortContent()
      Deprecated.
      Gets the first 20 characters of the value of this DOM editor's value as String in the project's master language.
      Returns:
      A short content string representation of the value.
      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