Uses of Interface
org.apache.tapestry5.FieldValidator
Packages that use FieldValidator
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
The set of core pages available in all Tapestry applications
[INTERNAL USE ONLY] JSR-303 Bean Validation implementation details; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
Support for testing Tapestry pages
-
Uses of FieldValidator in org.apache.tapestry5
Methods in org.apache.tapestry5 with parameters of type FieldValidatorModifier and TypeMethodDescriptionvoid
FieldValidationSupport.validate
(Object value, ComponentResources componentResources, FieldValidator validator) Performs validation on a parsed value from the client. -
Uses of FieldValidator in org.apache.tapestry5.corelib.pages
Methods in org.apache.tapestry5.corelib.pages that return FieldValidatorModifier and TypeMethodDescriptionPropertyEditBlocks.getCalendarFieldValidator()
PropertyEditBlocks.getDateFieldValidator()
PropertyEditBlocks.getNumberFieldValidator()
PropertyEditBlocks.getPasswordFieldValidator()
PropertyEditBlocks.getSelectValidator()
PropertyEditBlocks.getTextAreaValidator()
PropertyEditBlocks.getTextFieldValidator()
-
Uses of FieldValidator in org.apache.tapestry5.internal.beanvalidator
Classes in org.apache.tapestry5.internal.beanvalidator that implement FieldValidatorMethods in org.apache.tapestry5.internal.beanvalidator that return FieldValidatorModifier and TypeMethodDescriptionBeanFieldValidatorDefaultSource.createDefaultValidator
(ComponentResources resources, String parameterName) BeanFieldValidatorDefaultSource.createDefaultValidator
(Field field, String overrideId, Messages overrideMessages, Locale locale, Class propertyType, AnnotationProvider propertyAnnotations) -
Uses of FieldValidator in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement FieldValidatorModifier and TypeClassDescriptionfinal class
Aggregates together a number of field validator instances as a single unit.class
Methods in org.apache.tapestry5.internal.services that return FieldValidatorModifier and TypeMethodDescriptionFieldValidatorDefaultSourceImpl.createDefaultValidator
(ComponentResources resources, String parameterName) FieldValidatorDefaultSourceImpl.createDefaultValidator
(Field field, String overrideId, Messages overrideMessages, Locale locale, Class propertyType, AnnotationProvider propertyAnnotations) FieldValidatorSourceImpl.createValidator
(Field field, String validatorType, String constraintValue) FieldValidatorSourceImpl.createValidator
(Field field, String validatorType, String constraintValue, String overrideId, Messages overrideMessages, Locale locale) FieldValidatorSourceImpl.createValidators
(Field field, String specification) ComponentDefaultProviderImpl.defaultValidator
(String parameterName, ComponentResources resources) Methods in org.apache.tapestry5.internal.services with parameters of type FieldValidatorModifier and TypeMethodDescriptionvoid
FieldValidationSupportImpl.validate
(Object value, ComponentResources componentResources, FieldValidator validator) Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type FieldValidator -
Uses of FieldValidator in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return FieldValidatorModifier and TypeMethodDescriptionFieldValidatorDefaultSource.createDefaultValidator
(ComponentResources resources, String parameterName) A convenience for the full version; assumes that the resources are associated with aField
.FieldValidatorDefaultSource.createDefaultValidator
(Field field, String overrideId, Messages overrideMessages, Locale locale, Class propertyType, AnnotationProvider propertyAnnotations) Analyzes the property type and property annotations to determine the default set of validations for the property, which are wrapped to form aFieldValidator
for a field.FieldValidatorSource.createValidator
(Field field, String validatorType, String constraintValue) Creates the validator.FieldValidatorSource.createValidator
(Field field, String validatorType, String constraintValue, String overrideId, Messages overrideMessages, Locale locale) Full featured version ofFieldValidatorSource.createValidator(Field, String, String)
used in situations where the container of the field is not necessarily the place to look for override messages, and the id of the field is not the key to use when checking.FieldValidatorSource.createValidators
(Field field, String specification) Creates a set of validators.ComponentDefaultProvider.defaultValidator
(String parameterName, ComponentResources resources) Deprecated.PropertyEditContext.getValidator
(Field field) Returns the FieldValidator for the field. -
Uses of FieldValidator in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return FieldValidatorModifier and TypeMethodDescriptionprotected final FieldValidator
TapestryTestCase.mockFieldValidator()
Methods in org.apache.tapestry5.test with parameters of type FieldValidatorModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_createValidator
(FieldValidatorSource source, Field field, String validatorType, String constraintValue, String overrideId, Messages overrideMessages, Locale locale, FieldValidator result)
ComponentDefaultProvider.defaultValidatorBinding(String, org.apache.tapestry5.ComponentResources)
instead