- fail(String, Object...) - Static method in class jwebform.validation.ValidationResult
-
- failWithTranslated(String, Object...) - Static method in class jwebform.validation.ValidationResult
-
- failWithTranslated(String) - Static method in class jwebform.validation.ValidationResult
-
- Field - Class in jwebform.field.structure
-
holds everything, that is important to a field of a form (Type, validation criteria, decoration)
- Field(FieldType, Decoration, Criterion...) - Constructor for class jwebform.field.structure.Field
-
- Field(FieldType, Criterion...) - Constructor for class jwebform.field.structure.Field
-
- Field(FieldType) - Constructor for class jwebform.field.structure.Field
-
- FieldBuilder - Class in jwebform.field.builder
-
A field Builder, that allows to set the Decoration and the criteria
- FieldBuilder() - Constructor for class jwebform.field.builder.FieldBuilder
-
- FieldNotFoundException(String, String) - Constructor for exception jwebform.processor.FieldResults.FieldNotFoundException
-
- FieldResult - Class in jwebform.field.structure
-
that what is coming out of a "run" method of an fieldType
- FieldResult.Builder - Class in jwebform.field.structure
-
- FieldResults - Class in jwebform.processor
-
Holds the field results of the form.
- FieldResults(Map<Field, FieldResult>) - Constructor for class jwebform.processor.FieldResults
-
- FieldResults() - Constructor for class jwebform.processor.FieldResults
-
- FieldResults.FieldNotFoundException - Exception in jwebform.processor
-
- fields(List<Field>) - Method in class jwebform.FormBuilder
-
- fields(Field...) - Method in class jwebform.FormBuilder
-
- fieldType - Variable in class jwebform.field.structure.Field
-
- FieldType - Interface in jwebform.field.structure
-
- FieldValdationResults - Class in jwebform.processor
-
represents some fields with their ValidationResults.
- FieldValdationResults(Map<Field, ValidationResult>) - Constructor for class jwebform.processor.FieldValdationResults
-
- FieldValdationResults() - Constructor for class jwebform.processor.FieldValdationResults
-
- ForceFileuploadMethod - Interface in jwebform.field.structure
-
- Form - Class in jwebform
-
Represents a form Holds Fields and a formId - and can be "run"
- Form(String, GroupFieldType) - Constructor for class jwebform.Form
-
- FormBuilder - Class in jwebform
-
- FormGenerator - Interface in jwebform.processor
-
- formIsValid - Variable in class jwebform.FormResult
-
- FormLogger - Class in jwebform.resultprocessor
-
A class, that can log the form in an convenient way
Use this for debugging!
- FormLogger(FormResult, Logger) - Constructor for class jwebform.resultprocessor.FormLogger
-
- FormLogger.LoggingFormResultProcessor - Class in jwebform.resultprocessor
-
- FormModel - Class in jwebform
-
The FormModel just "enhances" a formResult and is perfect to give informations to your template.
- FormModel(FormResult, FormModel.Method, FormModel.Html5Validation) - Constructor for class jwebform.FormModel
-
- FormModel.Html5Validation - Enum in jwebform
-
- FormModel.Method - Enum in jwebform
-
- FormModel.ProducerInfosContainer - Class in jwebform
-
- FormModelBuilder - Interface in jwebform.model
-
Deprecated.
- FormResult - Class in jwebform
-
The result of a form.run It contains all infos, that is needed to get the entered values, the
validation results and if the form was submitted correctly.
- FormResult(String, FieldResults, boolean, boolean, FormModelBuilder) - Constructor for class jwebform.FormResult
-
Deprecated.
- FormResult(String, FieldResults, boolean, boolean) - Constructor for class jwebform.FormResult
-
- FormResultBuilder - Interface in jwebform.processor
-
builds formResults.
- FormValidator - Interface in jwebform.validation
-