Class GomContentAreaList

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

@Deprecated(since="5.0") @NonExtendable public class GomContentAreaList extends AbstractGomFormElement
Deprecated.
since 5.0, use GomCatalog instead
GuiXML element implementation for contentarea lists
Since:
3.0
See Also:
  • Field Details

  • Constructor Details

    • GomContentAreaList

      public GomContentAreaList()
      Deprecated.
  • Method Details

    • getDefaultTag

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

      public PositiveInteger getRows()
      Deprecated.
      Height of form element area in rows
      Since:
      3.0
    • setRows

      public void setRows(PositiveInteger rows)
      Deprecated.
      Sets the height of form element area in rows
      Since:
      3.0
    • getSources

      public GomTemplateReferenceList getSources()
      Deprecated.
      Section templates to choose from
      Since:
      4.0
    • getVariables

      public GomVariableList getVariables()
      Deprecated.
      Variables from inserted sections to be displayed in the list
      Since:
      4.0
    • getUseLanguages

      @Deprecated(since="4.1") public YesNo getUseLanguages()
      Deprecated.
      Description copied from class: AbstractGomFormElement
      Indicates, whether to have separate values in different languages.
      Overrides:
      getUseLanguages in class AbstractGomFormElement
      Returns:
      YES, if it has separate values. Default is YesNo.YES.
    • getConvertEntities

      public ConvertEntity getConvertEntities()
      Deprecated.
      Description copied from class: AbstractGomFormElement
      Provides the mode for entity conversions.
      Overrides:
      getConvertEntities in class AbstractGomFormElement
      Returns:
      The entity conversion mode. Default is none.
    • getNoBreak

      public YesNo getNoBreak()
      Deprecated.
      Description copied from class: AbstractGomFormElement
      Indicates, whether the next form element should follow in the same line as this one.
      Overrides:
      getNoBreak in class AbstractGomFormElement
      Returns:
      YES, to make the next form element follow. Defaults to YesNo.NO.
    • getMaxEntries

      public PositiveInteger getMaxEntries()
      Deprecated.
      Maximum number of sections
      Since:
      4.0.58
    • setMaxEntries

      public void setMaxEntries(PositiveInteger maxEntries)
      Deprecated.
      Sets the maximum number of sections
      Since:
      4.0.58
    • rows

      public int rows(int defaultRows)
      Deprecated.
      Convenience API for getRows() returning a fallback of not available
      Parameters:
      defaultRows - the default to return if the number of rows cannot be determined
      Since:
      4.0
    • sources

      @NotNull public @NotNull Set<String> sources()
      Deprecated.
      Convenience API for getSources() returning the unique names of the sources
      Returns:
      The names of the sources, never null
      Since:
      4.0
    • maxEntries

      public int maxEntries(int fallback)
      Deprecated.
      Returns the maximum number of sections or the specified fallback if not available
      Parameters:
      fallback - The fallback to return in case the number of sections cannot be determined
      Since:
      4.0.58
    • variables

      @NotNull public @NotNull List<String> variables()
      Deprecated.
      Returns all variables in a simple list instead of a GomVariableList
      Since:
      4.2.5
    • getTemplates

      @Deprecated(since="4.0") public String getTemplates()
      Deprecated.
      since 4.0 - no replacement
      Templates as comma-separated values
      Since:
      3.0
    • setTemplates

      @Deprecated(since="4.0") public void setTemplates(String csv)
      Deprecated.
      since 4.0 - no replacement
      Define templates as comma-separated values
      Since:
      3.0
    • getDisplay

      @Deprecated(since="4.0") public String getDisplay()
      Deprecated.
      since 4.0 - no replacement
      Display variables as comma-separated values
      Since:
      3.0
    • setDisplay

      @Deprecated(since="4.0") public void setDisplay(String csv)
      Deprecated.
      since 4.0 - no replacement
      Define display variables as comma-separated values
      Since:
      3.0