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

@Deprecated(since="5.0") @NonExtendable public class GomTabList extends AbstractGomContentReferenceElement implements LabelFactoryProvider
Deprecated.
since 5.0, use GomIndex instead
GOM element implementation for tab lists.
See Also:
  • Field Details

  • Constructor Details

    • GomTabList

      public GomTabList()
      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.
      Description copied from class: AbstractGomContentReferenceElement
      Indicates if it is allowed to create new data entries
      Overrides:
      getAllowNew in class AbstractGomContentReferenceElement
    • getTabAttribute

      public String getTabAttribute()
      Deprecated.
      Table attribute assigned to be used as tab label
      Since:
      3.0
    • setTabAttribute

      public void setTabAttribute(String tabAttribute)
      Deprecated.
      Sets the tTable attribute assigned to be used as tab label
      Since:
      3.0
    • getSortOrder

      public SortOrder getSortOrder()
      Deprecated.
      Display tabs in the specified order
      Since:
      4.0.56
    • setSortOrder

      public void setSortOrder(SortOrder sortOrder)
      Deprecated.
      Sets the order for displaying tabs
      Since:
      4.0.56
    • getTabLabelFactory

      @NotNull public @NotNull LabelFactory<? extends Label> getTabLabelFactory()
      Deprecated.
      Label factory for tabs
      Since:
      4.0.30
    • getLabelFactory

      public LabelFactory<? extends Label> getLabelFactory()
      Deprecated.
      Description copied from interface: LabelFactoryProvider
      Get a label factory.
      Specified by:
      getLabelFactory in interface LabelFactoryProvider
      Returns:
      The label factory.
    • getDelete

      public YesNo getDelete()
      Deprecated.
      Indicates if deleting entries to delete all depending database entries following foreign key relations is enabled
      Since:
      3.0
    • setDelete

      public void setDelete(YesNo delete)
      Deprecated.
      Sets if deleting entries to delete all depending database entries following foreign key relations is enabled
      Since:
      3.0
    • allowsNew

      public boolean allowsNew()
      Deprecated.
      Description copied from class: AbstractGomContentReferenceElement
      Convenience API for AbstractGomContentReferenceElement.getAllowNew() returning a boolean value
      Overrides:
      allowsNew in class AbstractGomContentReferenceElement
    • sortOrder

      @NotNull public @NotNull SortOrder sortOrder()
      Deprecated.
      Convenience API for getSortOrder() returning a non-null value
      Returns:
      the value of getSortOrder() or SortOrder.KEEP_ORDER if unset
      Since:
      4.0.58
    • deletes

      public boolean deletes()
      Deprecated.
      Convenience API for getDelete() returning a boolean value
      Since:
      4.2.16