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

@Deprecated(since="5.0") @NonExtendable public class GomContentList extends AbstractGomTableTemplateElement
Deprecated.
since 5.0, use GomIndex instead
GuiXML element implementation for content lists.
Since:
3.0
See Also:
  • Field Details

  • Constructor Details

    • GomContentList

      public GomContentList()
      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.
    • getAllowNew

      public YesNo getAllowNew()
      Deprecated.
      Indicates if it is allowed to add new entries
      Since:
      3.0
    • setAllowNew

      public void setAllowNew(YesNo allowNew)
      Deprecated.
      Sets if it is allowed to add new entries
      Since:
      3.0
    • getAllowEdit

      public YesNo getAllowEdit()
      Deprecated.
      Indicates if it is allowed to edit entries
      Since:
      3.0
    • setAllowEdit

      public void setAllowEdit(YesNo allowEdit)
      Deprecated.
      Sets if it is allowed to edit entries
      Since:
      3.0
    • getMaxEntries

      public PositiveInteger getMaxEntries()
      Deprecated.
      Returns the maximum number of selected entries
      Since:
      3.0
    • setMaxEntries

      public void setMaxEntries(PositiveInteger maxEntries)
      Deprecated.
      Sets the maximum number of selected entries
      Since:
      3.0
    • getRows

      public PositiveInteger getRows()
      Deprecated.
      Height of the form are in number of table rows
      Since:
      3.0
    • setRows

      public void setRows(PositiveInteger rows)
      Deprecated.
      Sets the height of the form are in number of table rows
      Since:
      3.0
    • getWidth

      public PositiveInteger getWidth()
      Deprecated.
      Width of the content list form area in pixels
      Since:
      3.0
    • setWidth

      public void setWidth(PositiveInteger width)
      Deprecated.
      Sets the width of the content list form area in pixels
      Since:
      3.0
    • getQuery

      public GomEmbeddedQuery getQuery()
      Deprecated.
      A query that determines the content
      Since:
      3.0
    • setQuery

      public void setQuery(GomEmbeddedQuery query)
      Deprecated.
      Define a query that determines the content
      Since:
      3.0
    • getMediaMode

      public GomMediaModeInfos getMediaMode()
      Deprecated.
      Media mode information for content list
      Since:
      4.1
    • setMediaMode

      public void setMediaMode(GomMediaModeInfos mediaModeInfos)
      Deprecated.
      Define media mode information for content list
      Since:
      4.1
    • getIndexAttribute

      public String getIndexAttribute()
      Deprecated.
      Index attribute to persist ordering of entities in a database relation
      Since:
      4.1
    • getTableViews

      public GomTableViews getTableViews()
      Deprecated.
      Relations to views
      Since:
      4.0
    • allowsNew

      public boolean allowsNew()
      Deprecated.
      Convenience method for getAllowNew() returning a boolean value
      Returns:
      true if new entries may be added, false otherwise
      Since:
      3.0
    • allowsEdit

      public boolean allowsEdit()
      Deprecated.
      Convenience method for getAllowEdit() returning a boolean value
      Returns:
      true if entries may be edited, false otherwise
      Since:
      3.0
    • maxEntries

      public int maxEntries(int fallback)
      Deprecated.
      Convenience method for getMaxEntries() returning an integer value
      Returns:
      the maximum number of selected entries or the specified fallback if not available
      Since:
      3.0
    • rows

      public int rows(int fallback)
      Deprecated.
      Convenience method for getRows() returning an integer value
      Returns:
      the maximum number of table rows or the specified fallback if not available
      Since:
      3.0
    • width

      public int width()
      Deprecated.
      Convenience method for getWidth() returning an integer value
      Returns:
      the maximum number of pixels or the default of 480 if not available
      Since:
      3.0
    • query

      @Nullable public @Nullable Select query()
      Deprecated.
      Convenience method for getQuery() retrieving the query as a Select statement.
      Returns:
      the query or null of not available.
      Since:
      3.0
    • getTableView

      public String getTableView()
      Deprecated.
      Related table view
      Since:
      3.1
    • setTableView

      public void setTableView(String name)
      Deprecated.
      Set related table view
      Since:
      3.1
    • getTableViewFK

      public String getTableViewFK()
      Deprecated.
      Foreign key for related table view
      Since:
      3.1
    • setTableViewFK

      public void setTableViewFK(String key)
      Deprecated.
      Set foreign key for related table view
      Since:
      3.1