Class GomObjectChooser
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomTableTemplateElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomContentReferenceElement
de.espirit.firstspirit.access.store.templatestore.gom.GomObjectChooser
- 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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Indicate if it is allowed to delete entriesbooleandeletes()Deprecated.Since 4.2.16.Deprecated.Indicate if it is allowed to delete entriesprotected StringDeprecated.Return the default tag for a gom element.Deprecated.Since 4.2.16.@NotNull LabelFactory<? extends Label>Deprecated.Get a label factory.voidsetAllowDelete(YesNo allowDelete) Deprecated.Set if it is allowed to delete entriesvoidDeprecated.Since 4.2.16.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomContentReferenceElement
allowsChoosing, allowsEdit, allowsNew, expressions, getAllowChoose, getAllowEdit, getAllowNew, getLangInfos, getTemplateRef, setAllowChoose, setAllowEdit, setAllowNew, setTemplateRefMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomTableTemplateElement
getIndexTreatment, getTable, setIndexTreatment, setTable, validate, validate, validateTableTemplate, verifyMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
allowsEmpty, breaks, clone, convertEntities, description, fillsHorizontally, getAllowEmpty, getConvertEntities, getDefaultValue, getHFill, getHidden, getLabel, getName, getNoBreak, getPreset, getSearchRelevancy, getUseLanguages, isHidden, label, name, preset, setAllowEmpty, setConvertEntities, setDefaultValue, setHFill, setHidden, setLabel, setLabelAndDescription, setName, setNoBreak, setPreset, setSearchRelevancy, setUseLanguages, usesLanguagesMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Field Details
-
TAG
Deprecated.The tag of this component- Since:
- 4.0
- See Also:
-
-
Constructor Details
-
GomObjectChooser
public GomObjectChooser()Deprecated.
-
-
Method Details
-
getDefaultTag
Deprecated.Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
getLabelFactory
Deprecated.Description copied from interface:LabelFactoryProviderGet a label factory.- Specified by:
getLabelFactoryin interfaceLabelFactoryProvider- Returns:
- The label factory.
-
getAllowDelete
Deprecated.Indicate if it is allowed to delete entries- Since:
- 4.2.16
-
setAllowDelete
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. UsegetAllowDelete().Enable deleting entries to delete all depending database entries following foreign key relations- Since:
- 3.0
-
setDelete
Deprecated.Since 4.2.16. UsesetAllowDelete(YesNo).Enable deleting entries to delete all depending database entries following foreign key relations- Since:
- 3.0
-
deletes
Deprecated.Since 4.2.16. UseallowsDelete().Enable deleting entries to delete all depending database entries following foreign key relations- Since:
- 3.0
-