Interface TextareaEditorValue
- All Superinterfaces:
EditorValue<String>
,TextualEditorValue
Deprecated.
The
TextareaEditorValue
interface represents the
FirstSpirit input component CMS_INPUT_TEXT
.- Since:
- 4.0
-
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
Modifier and TypeMethodDescriptiongetForm()
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
-
Method Details
-
getForm
GomTextarea getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<String>
- Returns:
- The form definition.
- Since:
- 4.0
-
FormField
instead