All Implemented Interfaces:
GomCheckable, GomElement, GomFormElement, GomHideable, GomLangInfoProvider, GomLinkEditorProvider, GomSearchRelevancy, LineBreakable, Serializable

@Deprecated(since="5.0") @NonExtendable public class GomLinkList extends GomLink
Deprecated.
since 5.0, use GomCatalog instead
GOM element implementation for link lists.
Since:
2.0
See Also:
  • Field Details

  • Constructor Details

    • GomLinkList

      public GomLinkList()
      Deprecated.
  • Method Details

    • getDefaultTag

      protected String getDefaultTag()
      Deprecated.
      Description copied from class: AbstractGomElement
      Return the default tag for a gom element.
      Overrides:
      getDefaultTag in class GomLink
      Returns:
      The elements default tag.
    • getMaxEntries

      public PositiveInteger getMaxEntries()
      Deprecated.
      Maximum number of link entries
      Since:
      4.0.57
    • setMaxEntries

      public void setMaxEntries(PositiveInteger maxEntries)
      Deprecated.
      Sets the maximum number of link entries
      Since:
      4.0.57
    • maxEntries

      public int maxEntries(int fallback)
      Deprecated.
      Convenience API for returning a fallback if getMaxEntries() is unset
      Parameters:
      fallback - the value to return if the number of maximum link entries is unset
      Returns:
      the number of maximum link entries or the specified fallback if unset
      Since:
      4.0.57