Interface DatasetEditorValue

All Superinterfaces:
EditorValue<DatasetContainer>

@Deprecated public interface DatasetEditorValue extends EditorValue<DatasetContainer>
Deprecated.
since 5.2.21 - use FormField instead
Editor value of a gadget enabling to refer to a dataset.
Assimilation Note: Additional value types understood: Entity, Dataset.
Since:
4.2
  • Method Details

    • getForm

      de.espirit.firstspirit.access.store.templatestore.gom.GomDataset getForm()
      Deprecated.
      Covariant return of concrete form container.
      Specified by:
      getForm in interface EditorValue<DatasetContainer>
      Returns:
      The form definition.
      Since:
      4.2
    • getDefaultContentNode

      @NotNull @NotNull Content2 getDefaultContentNode()
      Deprecated.
      Returns the default table template: The first valid content node configured in the form.
      Throws:
      IllegalStateException - If no valid table content node is configured.
      Since:
      4.2
    • createDatasetContainer

      DatasetContainer createDatasetContainer(Entity entity, TableTemplate template, Language language)
      Deprecated.
      Factory method to create a value container for the specified template and entity.
      Since:
      4.2