Interface LinkEditorValue
- All Superinterfaces:
EditorValue<Link>
@Deprecated(since="5.2.21")
@NonExtendable
public interface LinkEditorValue
extends EditorValue<Link>
Deprecated.
The
LinkEditorValue
interface represents the FirstSpirit input component CMS_INPUT_LINK
- Since:
- 2.3.17
-
Field Summary
FieldsFields 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.getForm()
Deprecated.Covariant return of concrete form container.void
Deprecated.Set the value object for the specified language.void
setDomLink
(Language language, Element linkElement) Deprecated.Sets a link from a DOM definition.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, setTagName, setValueNode, toXml, toXml, validate
-
Field Details
-
LINK_KEY
Deprecated.Key for the link entry.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getForm
GomLink getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<Link>
- Returns:
- The form definition.
- Since:
- 4.0.17
-
setDomLink
Deprecated.Sets a link from a DOM definition.- Since:
- 4.0.17
-
getAllowedLinkTemplates
Deprecated.Get a list of allowed link types.- Returns:
- The list of allowed link types.
- Since:
- 4.2.24
-
set
Deprecated.Set the value object for the specified language. If the editor is not language dependent, the language will be ignored.- Specified by:
set
in interfaceEditorValue<Link>
- Parameters:
language
- The language to use.object
- The object to store.- Throws:
InvalidValueException
- If the given object is no valid value.- Since:
- 4.2.24
-
FormField
instead