Interface FormCollector
- All Known Implementing Classes:
FormCollectorImpl
public interface FormCollector
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsForm
(String id) void
removeForm
(String id) remove a form with a specific id from the collector
-
Method Details
-
getOrCreateForm
- Returns:
- the form with the given id - create it if it doesn't exist yet
-
removeForm
remove a form with a specific id from the collector -
containsForm
- Returns:
- true if a form with the given id exists
-
getAllForms
Collection<Form> getAllForms()- Returns:
- all forms
-