Interface CatalogEditorValue
- All Superinterfaces:
EditorValue<Catalog>
Deprecated.
Interface defining the public part of the editor value representing a catalog component.
Assimilation Note: Besides
Assimilation Note: Besides
Catalog
, this editor value allows for lists of entries. An entry of such a list
must be of a type IdProvidingFormData
and provide a valid template object.- Since:
- 5.2.23
-
Field Summary
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 TypeMethodDescription@Nullable Catalog
Deprecated.@Nullable GomCatalog
getForm()
Deprecated.Methods inherited from interface de.espirit.firstspirit.access.editor.EditorValue
addEditorValueListener, assimilate, beSet, clear, clear, findReferences, getContentType, getDataValue, getEditorLanguages, getGuiXml, getMatches, getSearchableString, getTagName, getValue, getValue, getValueType, initialize, isDefault, isEmpty, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValueNode, toXml, toXml, validate
-
Method Details
-
getForm
Deprecated.- Specified by:
getForm
in interfaceEditorValue<Catalog>
- Since:
- 5.2.23
-
get
Deprecated.- Specified by:
get
in interfaceEditorValue<Catalog>
- Since:
- 5.2.23
-
FormField
instead