Interface PictureEditorValue
- All Superinterfaces:
EditorValue<GraphicalMedium>
,MediumEditorValue<GraphicalMedium>
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_PICTURE should be replaced with FS_REFERENCE.
Tagging interface for an
EditorValue
working on GraphicalMedium
and representing the FirstSpirit input component CMS_INPUT_PICTURE.
Contains the deprecated definition for picture editor values.- Since:
- 2.3.17
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.The key to store the border width.static final String
Deprecated.The key to store the height.static final String
Deprecated.The key to store the horizontal spacing.static final String
Deprecated.The key to store the vertical spacing.static final String
Deprecated.The key to store the width.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
Modifier and TypeMethodDescription@NotNull GraphicalMedium
Deprecated.Get the value object in the specified language.de.espirit.firstspirit.access.store.templatestore.gom.GomPicture
getForm()
Deprecated.Covariant return of concrete form container.Methods inherited from interface de.espirit.firstspirit.access.editor.EditorValue
addEditorValueListener, assimilate, beSet, clear, clear, findReferences, getContentType, getDataValue, getEditorLanguages, getGuiXml, getMatches, getSearchableString, getTagName, getValueType, initialize, isDefault, isEmpty, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValueNode, toXml, toXml, validate
-
Field Details
-
WIDTH_KEY
Deprecated.The key to store the width.- Since:
- 4.0.17
- See Also:
-
HEIGHT_KEY
Deprecated.The key to store the height.- Since:
- 4.0.17
- See Also:
-
HSPACE_KEY
Deprecated.The key to store the horizontal spacing.- Since:
- 4.0.17
- See Also:
-
VSPACE_KEY
Deprecated.The key to store the vertical spacing.- Since:
- 4.0.17
- See Also:
-
BORDER_KEY
Deprecated.The key to store the border width.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getForm
de.espirit.firstspirit.access.store.templatestore.gom.GomPicture getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<GraphicalMedium>
- Specified by:
getForm
in interfaceMediumEditorValue<GraphicalMedium>
- Returns:
- The form definition.
- Since:
- 4.0.17
-
get
Deprecated.Get the value object in the specified language. If the editor is not language dependent, the returned object always will be the same for any given language.- Specified by:
get
in interfaceEditorValue<GraphicalMedium>
- Parameters:
language
- The language to look up.- Returns:
- The language specific value object.
- Since:
- 4.0.17
-