Interface DomEditorValue
- All Superinterfaces:
EditorValue<DomElement>
,FormatTemplateAccess
Deprecated.
Editor value definition for DOM based value component.
- Since:
- 2.3.17
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.root tag name - DO NOT CHANGE, will break stored dataFields 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.GomDom
getForm()
Deprecated.Covariant return of concrete form container.Deprecated.Gets the first 20 characters of the value of this DOM editor's value as String in the project's master language.getShortContent
(Language language) Deprecated.Gets the first 20 characters of the value of this DOM editor's value as String in the given language.Deprecated.Build an HTML representation for the given language's value.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
Methods inherited from interface de.espirit.firstspirit.access.editor.FormatTemplateAccess
getFormatTemplates
-
Field Details
-
DOM_KEY
Deprecated.root tag name - DO NOT CHANGE, will break stored data- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getForm
de.espirit.firstspirit.access.store.templatestore.gom.GomDom getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<DomElement>
- Returns:
- The form definition.
- Since:
- 4.0.17
-
toHtml
Deprecated.Build an HTML representation for the given language's value.- Returns:
- The value in HTML format.
- Since:
- 4.0.17
-
getShortContent
Deprecated.Gets the first 20 characters of the value of this DOM editor's value as String in the given language.- Parameters:
language
- The language to get the value for.- Returns:
- A short content string representation of the value.
- Since:
- 3.0.59
-
getShortContent
String getShortContent()Deprecated.Gets the first 20 characters of the value of this DOM editor's value as String in the project's master language.- Returns:
- A short content string representation of the value.
- Since:
- 4.0.17
-
getAllowedLinkTemplates
Deprecated.Get a list of allowed link types.- Returns:
- The list of allowed link types.
- Since:
- 4.2.24
-
FormField
instead