| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validator | |
|---|---|
| org.springframework.binding.form | FormModel related interfaces. | 
| org.springframework.binding.form.support | |
| org.springframework.binding.validation | Validation interfaces. | 
| org.springframework.binding.validation.support | |
| Uses of Validator in org.springframework.binding.form | 
|---|
| Methods in org.springframework.binding.form that return Validator | |
|---|---|
|  Validator | ValidatingFormModel.getValidator()Get the validator that will be used to validate the form model. | 
| Methods in org.springframework.binding.form with parameters of type Validator | |
|---|---|
|  void | ValidatingFormModel.setValidator(Validator validator)Set the validator that will be used to validate the form model. | 
| Uses of Validator in org.springframework.binding.form.support | 
|---|
| Methods in org.springframework.binding.form.support that return Validator | |
|---|---|
|  Validator | DefaultFormModel.getValidator() | 
| Methods in org.springframework.binding.form.support with parameters of type Validator | |
|---|---|
|  void | DefaultFormModel.setValidator(Validator validator)Set the validator that will be used to validate the form model. | 
| Uses of Validator in org.springframework.binding.validation | 
|---|
| Subinterfaces of Validator in org.springframework.binding.validation | |
|---|---|
|  interface | RichValidatorInterface to be implemented by classes capable of incrementally validating domain objects. | 
| Uses of Validator in org.springframework.binding.validation.support | 
|---|
| Classes in org.springframework.binding.validation.support that implement Validator | |
|---|---|
|  class | CompositeRichValidatorThis RichValidatorallows combining severalRichValidators. | 
|  class | HibernateRulesValidatorValidator which uses the ClassValidatorof Hibernate to discoverInvalidValue. | 
|  class | RulesValidatorImplementation of a RichValidatorwhich will check the formObject
 against rules found in aRulesSource. | 
|  class | ValangRichValidatorImplementation of RichValidatorthat delegates to aValangValidatorfor validation. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||