org.jreform.internal
Class ValueAttributeValidator<T>
java.lang.Object
org.jreform.internal.ValueAttributeValidator<T>
class ValueAttributeValidator<T>
- extends Object
Validator for the value attribute of an input.
- Author:
- armandino (at) gmail.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input
private AbstractInputControl<T> input
errorMessage
private String errorMessage
ValueAttributeValidator
ValueAttributeValidator(AbstractInputControl<T> input)
validate
ValidationResult<T> validate(String valueAttribute)
allCriteriaSatisfied
private boolean allCriteriaSatisfied(T parsedValue)
Copyright © 2007-2008
jReform