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

@Deprecated(since="5.0") @NonExtendable public class GomObjectChooser extends AbstractGomContentReferenceElement implements LabelFactoryProvider
Deprecated.
since 5.0, use FS_DATASET instead
Choose objects from a content store view
Since:
3.0
See Also:
  • Field Details

  • Constructor Details

    • GomObjectChooser

      public GomObjectChooser()
      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.
    • getLabelFactory

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

      public YesNo getAllowDelete()
      Deprecated.
      Indicate if it is allowed to delete entries
      Since:
      4.2.16
    • setAllowDelete

      public void setAllowDelete(YesNo allowDelete)
      Deprecated.
      Set if it is allowed to delete entries
      Since:
      4.2.16
    • allowsDelete

      public boolean allowsDelete()
      Deprecated.
      Indicate if it is allowed to delete entries
      Since:
      4.2.16
    • getDelete

      @Deprecated(since="4.2.16") public YesNo getDelete()
      Deprecated.
      Since 4.2.16. Use getAllowDelete().
      Enable deleting entries to delete all depending database entries following foreign key relations
      Since:
      3.0
    • setDelete

      @Deprecated(since="4.2.16") public void setDelete(YesNo delete)
      Deprecated.
      Since 4.2.16. Use setAllowDelete(YesNo).
      Enable deleting entries to delete all depending database entries following foreign key relations
      Since:
      3.0
    • deletes

      @Deprecated(since="4.2.16") public boolean deletes()
      Deprecated.
      Since 4.2.16. Use allowsDelete().
      Enable deleting entries to delete all depending database entries following foreign key relations
      Since:
      3.0