de.espirit.firstspirit.access.editor.value
Interface SectionFormsProducer

All Superinterfaces:
FormDataProducer

public interface SectionFormsProducer
extends FormDataProducer

Specific FormDataProducer for section template based form data. Will be returned by FormDataList.getProducer() in section based inline mode.

Since:
4.2.409

Method Summary
 IdProvidingFormData create(SectionTemplate template)
          Creates a new form-data container based on the specified section template.
 Collection<SectionTemplate> getAllowedTemplates()
          Returns an unmodifiable collection of allowed section templates.
 

Method Detail

create

@NotNull
IdProvidingFormData create(@NotNull
                                   SectionTemplate template)
Creates a new form-data container based on the specified section template.

Parameters:
template - The template to base upon.
Returns:
The (empty) form data added.
Since:
4.2.409

getAllowedTemplates

@NotNull
Collection<SectionTemplate> getAllowedTemplates()
Returns an unmodifiable collection of allowed section templates.

Returns:
an unmodifiable collection of allowed section templates for this editor
Since:
4.2.427


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480