Interface GomLinkEditorProvider

All Known Implementing Classes:
AbstractGomDom, GomDom, GomDomTable, GomLink, GomLinkList

public interface GomLinkEditorProvider
Tag for provider of GomLinkEditorList.
Since:
4.0
  • Method Details

    • getLinkEditors

      GomLinkEditorList getLinkEditors()
      List of valid link editors
      Since:
      4.0
    • linkEditors

      @NotNull @NotNull Set<String> linkEditors()
      Convenience method.
      Returns:
      A set of link editor names.
      Since:
      4.0