public interface Validator
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(ProcessingClient client)
Validates the contend of an input field.
|
boolean validate(ProcessingClient client)
client - the client object using the services of this validator.true if the validation passes, otherwise false.