T - type of validatable valuepublic interface IValidator<T> extends IClusterable
IValidatable object.
Unless the validator implements the INullAcceptingValidator interface as well, Wicket
will not pass null values to the validate(IValidatable) method.
| Modifier and Type | Method and Description |
|---|---|
void |
validate(IValidatable<T> validatable)
Validates the
IValidatable instance. |
void validate(IValidatable<T> validatable)
IValidatable instance. Validation errors should be reported using
the IValidatable.error(IValidationError) method.validatable - the IValidatable instance being validatedCopyright © 2006–2021 Apache Software Foundation. All rights reserved.