Class GomTabList
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.GomTabList
- 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.
GOM element implementation for tab lists.
- 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 TypeMethodDescriptionboolean
Deprecated.Convenience API forAbstractGomContentReferenceElement.getAllowNew()
returning a boolean valueboolean
deletes()
Deprecated.Convenience API forgetDelete()
returning a boolean valueDeprecated.Indicates if it is allowed to create new data entriesprotected String
Deprecated.Return the default tag for a gom element.Deprecated.Indicates if deleting entries to delete all depending database entries following foreign key relations is enabledLabelFactory<? extends Label>
Deprecated.Get a label factory.Deprecated.Display tabs in the specified orderDeprecated.Table attribute assigned to be used as tab label@NotNull LabelFactory<? extends Label>
Deprecated.Label factory for tabsvoid
Deprecated.Sets if deleting entries to delete all depending database entries following foreign key relations is enabledvoid
setSortOrder
(SortOrder sortOrder) Deprecated.Sets the order for displaying tabsvoid
setTabAttribute
(String tabAttribute) Deprecated.Sets the tTable attribute assigned to be used as tab label@NotNull SortOrder
Deprecated.Convenience API forgetSortOrder()
returning a non-null valueMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomContentReferenceElement
allowsChoosing, allowsEdit, expressions, getAllowChoose, getAllowEdit, 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
-
GomTabList
public GomTabList()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.
-
getAllowNew
Deprecated.Description copied from class:AbstractGomContentReferenceElement
Indicates if it is allowed to create new data entries- Overrides:
getAllowNew
in classAbstractGomContentReferenceElement
-
getTabAttribute
Deprecated.Table attribute assigned to be used as tab label- Since:
- 3.0
-
setTabAttribute
Deprecated.Sets the tTable attribute assigned to be used as tab label- Since:
- 3.0
-
getSortOrder
Deprecated.Display tabs in the specified order- Since:
- 4.0.56
-
setSortOrder
Deprecated.Sets the order for displaying tabs- Since:
- 4.0.56
-
getTabLabelFactory
Deprecated.Label factory for tabs- Since:
- 4.0.30
-
getLabelFactory
Deprecated.Description copied from interface:LabelFactoryProvider
Get a label factory.- Specified by:
getLabelFactory
in interfaceLabelFactoryProvider
- Returns:
- The label factory.
-
getDelete
Deprecated.Indicates if deleting entries to delete all depending database entries following foreign key relations is enabled- Since:
- 3.0
-
setDelete
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 forAbstractGomContentReferenceElement.getAllowNew()
returning a boolean value- Overrides:
allowsNew
in classAbstractGomContentReferenceElement
-
sortOrder
Deprecated.Convenience API forgetSortOrder()
returning a non-null value- Returns:
- the value of
getSortOrder()
orSortOrder.KEEP_ORDER
if unset - Since:
- 4.0.58
-
deletes
public boolean deletes()Deprecated.Convenience API forgetDelete()
returning a boolean value- Since:
- 4.2.16
-
GomIndex
instead