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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDeprecated.Return the default tag for a gom element.Deprecated.Maximum number of link entriesintmaxEntries(int fallback) Deprecated.Convenience API for returning a fallback ifgetMaxEntries()is unsetvoidsetMaxEntries(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, validateMethods 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, verifyMethods 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
-
GomLinkList
public GomLinkList()Deprecated.
-
-
Method Details
-
getDefaultTag
Deprecated.Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Overrides:
getDefaultTagin 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
-
GomCataloginstead