Interface ContentAreaListValue
- All Superinterfaces:
EditorValue<SectionList>
Deprecated.
Tagging interface for an
EditorValue representing the FirstSpirit input component CMS_INPUT_CONTENTAREALIST.- Since:
- 3.0.78
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Section container key.static final StringDeprecated.Section entry key.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@NotNull SectionListDeprecated.Get the value object in the specified language.@NotNull Iterable<SectionTemplate>Deprecated.Returns an unmodifiable iterable of allowedsection templateswhich could be used tocreatenew sections.Deprecated.since 4.2.200 - usegetAllowedSectionTemplates()insteadString[]Deprecated.Provides the display names as array.String[]getDisplayValues(Section section) Deprecated.Provides the display values for the given section as array.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
-
CONTENTAREA_LIST_KEY
Deprecated.Section container key.- Since:
- 4.0.17
- See Also:
-
SECTION_KEY
Deprecated.Section entry key.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getForm
GomContentAreaList getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getFormin interfaceEditorValue<SectionList>- Returns:
- The form definition.
- Since:
- 4.0.17
-
getAllowedTemplates
Deprecated.since 4.2.200 - usegetAllowedSectionTemplates()insteadForwards togetAllowedSectionTemplates(), providing an array instead of a list.- Returns:
- Array of section templates.
- Since:
- 3.0.78
-
getAllowedSectionTemplates
Deprecated.Returns an unmodifiable iterable of allowedsection templateswhich could be used tocreatenew sections.- Returns:
- an unmodifiable iterable of allowed
section templatesfor this editor - Since:
- 4.2.200
-
getDisplayNames
String[] getDisplayNames()Deprecated.Provides the display names as array.- Returns:
- The display names.
- Since:
- 3.0.78
-
getDisplayValues
Deprecated.Provides the display values for the given section as array.- Parameters:
section- The section.- Returns:
- The display values.
- Since:
- 3.0.78
-
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:
getin interfaceEditorValue<SectionList>- Parameters:
language- The language to look up.- Returns:
- The language specific value object.
- Since:
- 4.0.17
-
FS_CATALOG.