QuestionFormHandlers
These are the classes that build and configure the InputsSee: Description
| Interface | Description |
|---|---|
| FormHandler<R> | |
| QuestionFormHandler<T> | |
| SectionFormHandler |
Interface for classes that add
FormValidators to section forms. |
| Class | Description |
|---|---|
| AbstractTextHandler |
Abstract superclass for Text inputs that don't need configuration.
|
| BooleanHandler |
A
QuestionFormHandler for text input questions |
| ClassificationHandler |
A
QuestionFormHandler that selects names from a NameInputProvider |
| DateHandler | |
| EmailHandler |
A
QuestionFormHandler for single Email address questiosn |
| EmailListHandler |
A
QuestionFormHandler for text input questions |
| FileUploadHandler |
A
QuestionFormHandler for text input questions |
| IntegerHandler | |
| MultiIntegerHandler | |
| OptionHandler | |
| PartConfigFactory<O extends PartOwner,P extends PartManager.Part<O>> |
Holds the question configuration parameters.
|
| PartConfigFactory.Config<P extends PartManager.Part> | |
| PhoneNumberHandler |
A
QuestionFormHandler for single phone number questiosn |
| TextHandler |
A
QuestionFormHandler for text input questions |
QuestionFormHandlers
These are the classes that build and configure the Inputs