Interface MediumEditorValue<T extends BinaryMedium>
- All Superinterfaces:
EditorValue<T>
- All Known Subinterfaces:
FileEditorValue
,ImageMapEditorValue
,PictureEditorValue
Deprecated.
Tag for editors working on binary media.
- Since:
- 4.0.17
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Key for the alternative text.static final String
Deprecated.Key for the reference.static final String
Deprecated.Key for the symbolic remote project name.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 TypeMethodDescriptionde.espirit.firstspirit.access.store.templatestore.gom.GomFile
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
-
REFERENCE_KEY
Deprecated.Key for the reference.- Since:
- 4.0.17
- See Also:
-
ALT_TEXT_KEY
Deprecated.Key for the alternative text.- Since:
- 4.0.17
- See Also:
-
REMOTE_NAME_KEY
Deprecated.Key for the symbolic remote project name.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getForm
de.espirit.firstspirit.access.store.templatestore.gom.GomFile getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<T extends BinaryMedium>
- Returns:
- The form definition.
- Since:
- 4.0.17
-
FormField
instead