Interface LinkListEditorValue
- All Superinterfaces:
EditorValue<List<Link>>
Deprecated.
Tag for classes implementing editors working on a list of links (CMS_INPUT_LINKLIST).
Contains old, deprecated API for compatibility reasons.
- Since:
- 2.3.17
-
Field Summary
Fields inherited from interface de.espirit.firstspirit.access.editor.EditorValue
COPY_PRESET, DEFAULT, DELETE, FALLBACK_LANGUAGE, LANG_KEY, SOLE_LANGUAGE, UNSUPPORTED
-
Method Summary
Modifier and TypeMethodDescription@NotNull List<LinkTemplate>
Deprecated.Get a list of allowed link types.de.espirit.firstspirit.access.store.templatestore.gom.GomLinkList
getForm()
Deprecated.Covariant return of concrete form container.Methods inherited from interface de.espirit.firstspirit.access.editor.EditorValue
addEditorValueListener, assimilate, beSet, clear, clear, findReferences, get, getContentType, getDataValue, getEditorLanguages, getGuiXml, getMatches, getSearchableString, getTagName, getValueType, initialize, isDefault, isEmpty, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValueNode, toXml, toXml, validate
-
Field Details
-
LINKLIST_KEY
Deprecated.Key for the link container.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getForm
de.espirit.firstspirit.access.store.templatestore.gom.GomLinkList getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<List<Link>>
- Returns:
- The form definition.
- Since:
- 4.0.17
-
getAllowedLinkTemplates
Deprecated.Get a list of allowed link types.- Returns:
- The list of allowed link types.
- Since:
- 4.2.8
-
FS_CATALOG
.