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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Indicate if it is allowed to delete entriesboolean
deletes()
Deprecated.Since 4.2.16.Deprecated.Indicate if it is allowed to delete entriesprotected String
Deprecated.Return the default tag for a gom element.Deprecated.Since 4.2.16.@NotNull LabelFactory<? extends Label>
Deprecated.Get a label factory.void
setAllowDelete
(YesNo allowDelete) Deprecated.Set if it is allowed to delete entriesvoid
Deprecated.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, setTemplateRef
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomTableTemplateElement
getIndexTreatment, getTable, setIndexTreatment, setTable, validate, validate, validateTableTemplate, verify
Methods 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, usesLanguages
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:AbstractGomElement
Return the default tag for a gom element.- Specified by:
getDefaultTag
in classAbstractGomElement
- Returns:
- The elements default tag.
-
getLabelFactory
Deprecated.Description copied from interface:LabelFactoryProvider
Get a label factory.- Specified by:
getLabelFactory
in 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
-