|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validator | |
|---|---|
| net.sf.echobinding.binding | Provides the context and adapter classes. |
| net.sf.echobinding.validation | Provides the core classes and interfaces for validating forms and controls. |
| Uses of Validator in net.sf.echobinding.binding |
|---|
| Methods in net.sf.echobinding.binding that return types with arguments of type Validator | |
|---|---|
java.util.Set<Validator> |
AbstractPropertyAdapter.getValidators()
|
| Methods in net.sf.echobinding.binding with parameters of type Validator | |
|---|---|
PropertyAdapter |
PropertyAdapter.addValidator(Validator validator)
Adds a validator to the list of validators. |
PropertyAdapter |
AbstractPropertyAdapter.addValidator(Validator validator)
|
| Method parameters in net.sf.echobinding.binding with type arguments of type Validator | |
|---|---|
PropertyAdapter |
PropertyAdapter.setValidators(java.util.Set<Validator> validators)
Sets the validators. |
PropertyAdapter |
AbstractPropertyAdapter.setValidators(java.util.Set<Validator> validators)
|
| Uses of Validator in net.sf.echobinding.validation |
|---|
| Classes in net.sf.echobinding.validation that implement Validator | |
|---|---|
class |
DateValidator
|
class |
NumberValidator
A number validator for validating the format of numbers. |
class |
RegexValidator
A validator the uses a regular expression to validate user input. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||