Interface FormDataList

All Superinterfaces:
Collection<IdProvidingFormData>, Iterable<IdProvidingFormData>, List<IdProvidingFormData>

public interface FormDataList extends List<IdProvidingFormData>
A self-containing list of form data containers.
Since:
4.2.409
See Also:
  • Method Details

    • getProducer

      @ApiDoc(comment="Provides a producer able to create form-data based on the data-source definition for this editor.", since="4.2.409") @NotNull @NotNull FormDataProducer getProducer()
      Provides a producer able to create form-data based on the data-source definition for this editor.
      Returns:
      A data-source-depending form-data producer.
      Since:
      4.2.409