Interface DatasetEditorValue
- All Superinterfaces:
EditorValue<DatasetContainer>
Deprecated.
Editor value of a gadget enabling to refer to a dataset.
Assimilation Note: Additional value types understood:
Assimilation Note: Additional value types understood:
Entity
, Dataset
.- Since:
- 4.2
-
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 TypeMethodDescriptioncreateDatasetContainer
(Entity entity, TableTemplate template, Language language) Deprecated.Factory method to create a value container for the specified template and entity.@NotNull Content2
Deprecated.Returns the default table template: The first valid content node configured inthe form
.de.espirit.firstspirit.access.store.templatestore.gom.GomDataset
getForm()
Deprecated.Covariant return of concrete form container.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
de.espirit.firstspirit.access.store.templatestore.gom.GomDataset getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<DatasetContainer>
- Returns:
- The form definition.
- Since:
- 4.2
-
getDefaultContentNode
Deprecated.Returns the default table template: The first valid content node configured inthe form
.- Throws:
IllegalStateException
- If no valid table content node is configured.- Since:
- 4.2
-
createDatasetContainer
Deprecated.Factory method to create a value container for the specified template and entity.- Since:
- 4.2
-
FormField
instead