Interface LinkListEditorValue

All Superinterfaces:
EditorValue<List<Link>>

@Deprecated public interface LinkListEditorValue extends EditorValue<List<Link>>
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_LINKLIST should be replaced with FS_CATALOG.
Tag for classes implementing editors working on a list of links (CMS_INPUT_LINKLIST). Contains old, deprecated API for compatibility reasons.
Since:
2.3.17
  • Field Details

  • Method Details

    • getForm

      de.espirit.firstspirit.access.store.templatestore.gom.GomLinkList getForm()
      Deprecated.
      Covariant return of concrete form container.
      Specified by:
      getForm in interface EditorValue<List<Link>>
      Returns:
      The form 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.8