Interface TextEditorValue
- All Superinterfaces:
EditorValue<String>
,SimpleEditorValue
,TextualEditorValue
@Deprecated(since="5.2.21")
public interface TextEditorValue
extends TextualEditorValue, SimpleEditorValue
Deprecated.
The
TextEditorValue
interface represents the FirstSpirit input component CMS_INPUT_TEXT
- 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
Fields inherited from interface de.espirit.firstspirit.access.editor.TextualEditorValue
TEXT_KEY
-
Method Summary
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.SimpleEditorValue
getTextValue, setValueFromText
-
Method Details
-
getForm
GomText getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<String>
- Returns:
- The form definition.
- Since:
- 4.0
-
FormField
instead