Class GomLinkList
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.GomLink
de.espirit.firstspirit.access.store.templatestore.gom.GomLinkList
- All Implemented Interfaces:
GomCheckable
,GomElement
,GomFormElement
,GomHideable
,GomLangInfoProvider
,GomLinkEditorProvider
,GomSearchRelevancy
,LineBreakable
,Serializable
Deprecated.
GOM element implementation for link lists.
- Since:
- 2.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 TypeMethodDescriptionprotected String
Deprecated.Return the default tag for a gom element.Deprecated.Maximum number of link entriesint
maxEntries
(int fallback) Deprecated.Convenience API for returning a fallback ifgetMaxEntries()
is unsetvoid
setMaxEntries
(PositiveInteger maxEntries) Deprecated.Sets the maximum number of link entriesMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.GomLink
getAllowedEditors, getCms_Link_Config, getLinkConfigs, getLinkEditors, getMode, getNoBreak, getShowSnippet, linkEditors, mode, setAllowedEditors, setCms_Link_Config, setMode, setShowSnippet, validate
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
allowsEmpty, breaks, clone, convertEntities, description, fillsHorizontally, getAllowEmpty, getConvertEntities, getDefaultValue, getHFill, getHidden, getLabel, getLangInfos, getName, getPreset, getSearchRelevancy, getUseLanguages, isHidden, label, name, preset, setAllowEmpty, setConvertEntities, setDefaultValue, setHFill, setHidden, setLabel, setLabelAndDescription, setName, setNoBreak, setPreset, setSearchRelevancy, setUseLanguages, usesLanguages, verify
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
-
GomLinkList
public GomLinkList()Deprecated.
-
-
Method Details
-
getDefaultTag
Deprecated.Description copied from class:AbstractGomElement
Return the default tag for a gom element.- Overrides:
getDefaultTag
in classGomLink
- Returns:
- The elements default tag.
-
getMaxEntries
Deprecated.Maximum number of link entries- Since:
- 4.0.57
-
setMaxEntries
Deprecated.Sets the maximum number of link entries- Since:
- 4.0.57
-
maxEntries
public int maxEntries(int fallback) Deprecated.Convenience API for returning a fallback ifgetMaxEntries()
is unset- Parameters:
fallback
- the value to return if the number of maximum link entries is unset- Returns:
- the number of maximum link entries or the specified fallback if unset
- Since:
- 4.0.57
-
GomCatalog
instead