formz library
Classes
- Formz
- Class which contains methods that help manipulate and manage validity of FormzInput instances.
-
FormzInput<
T, E> - A FormzInput represents the value of a single form input field. It contains information about the value as well as validity.
Mixins
-
FormzInputErrorCacheMixin<
T, E> - Mixin for FormzInput that caches the error result of the validator. Use this mixin when implementations that make expensive computations are used, such as those involving regular expressions.
- FormzMixin
- Mixin that automatically handles validation of all FormzInputs present in the inputs.
Extensions
- FormzSubmissionStatusX
- Useful extensions on FormzSubmissionStatus
Enums
- FormzSubmissionStatus
- Enum representing the submission status of a form.