Interface FileEditorValue
- All Superinterfaces:
EditorValue<BinaryMedium>
,MediumEditorValue<BinaryMedium>
@Deprecated(since="5.0.107")
public interface FileEditorValue
extends MediumEditorValue<BinaryMedium>
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_FILE should be replaced with FS_REFERENCE.
Tagging interface for an
EditorValue
working on BinaryMedium
and representing the FirstSpirit input component CMS_INPUT_FILE.
Contains the deprecated definition for file editor values.- 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.MediumEditorValue
ALT_TEXT_KEY, REFERENCE_KEY, REMOTE_NAME_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
-
Method Details
-
getForm
GomFile getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<BinaryMedium>
- Specified by:
getForm
in interfaceMediumEditorValue<BinaryMedium>
- Returns:
- The form definition.
- Since:
- 4.0.17
-