Interface ImageMapEditorValue
- All Superinterfaces:
EditorValue<MappingMedium>
,MediumEditorValue<MappingMedium>
Deprecated.
Tagging interface for an
EditorValue
operating on
MappingMedium
objects.- Since:
- 4.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Key for a single area entry.static final String
Deprecated.Key for the area container.static final String
Deprecated.Key for a link entry within an area.static final String
Deprecated.Key for the resolution.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 TypeMethodDescriptionde.espirit.firstspirit.access.store.templatestore.gom.GomImageMap
getForm()
Deprecated.Covariant return of concrete form element.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
-
RESOLUTION_KEY
Deprecated.Key for the resolution.- Since:
- 4.0
- See Also:
-
AREAS_KEY
Deprecated.Key for the area container.- Since:
- 4.0
- See Also:
-
AREA_KEY
Deprecated.Key for a single area entry.- Since:
- 4.0
- See Also:
-
LINK_KEY
Deprecated.Key for a link entry within an area.- Since:
- 4.0
- See Also:
-
-
Method Details
-
getForm
de.espirit.firstspirit.access.store.templatestore.gom.GomImageMap getForm()Deprecated.Covariant return of concrete form element.- Specified by:
getForm
in interfaceEditorValue<MappingMedium>
- Specified by:
getForm
in interfaceMediumEditorValue<MappingMedium>
- Returns:
- The form definition.
- Since:
- 4.0
-
FormField
instead