T - type of validatable value@FunctionalInterface public interface IValidator<T> extends org.apache.wicket.util.io.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–2018 Apache Software Foundation. All rights reserved.