widgets/src/form/validation library
Classes
- FormRule
- Base class for all form validation rules.
- FormRuleBeginsWith
- FormRuleBooleanFalse
- FormRuleBooleanTrue
- FormRuleCapitalized
- FormRuleContains
- FormRuleCustom
- FormRuleDate
- FormRuleDateAgeIsOlder
- FormRuleDateAgeIsYounger
- FormRuleDateInFuture
- FormRuleDateInPast
- FormRuleEmail
- FormRuleEndsWith
- FormRuleEquals
- FormRuleEquals This rule checks if the input data is equal to a specified data source.
- FormRuleLowercase
- FormRuleMaxLength
- FormRuleMaxSize
- FormRuleMaxValue
- FormRuleMinLength
- FormRuleMinSize
- FormRuleMinValue
- FormRuleNotEmpty
- FormRuleNumeric
- FormRulePassword
- FormRulePhoneNumberUk
- FormRulePhoneNumberUs
- FormRulePostcodeUk
- FormRuleRegex
- FormRuleUppercase
- FormRuleUrl
- FormRuleZipcodeUs
- FormValidationError
- Represents a validation failure response.
- FormValidationResponse
- Represents the response of a form validation process. This class is used to encapsulate the result of a validation check, indicating whether the form is valid or not, along with an optional message.
- FormValidationResult
- FormValidationSuccess
- Represents a successful validation response
- FormValidator