Package net.sf.doolin.gui.validation.support

Interface Summary
ObjectValidator Definition of a validator.
 

Class Summary
DirExistsObjectValidator Validator that checks if a File is a directory and exists.
FalseObjectValidator This validator checks that the object can be evaluated to false.
NotBlankObjectValidator This validator checks that the string representation of the object is not blank.
NotEmptyObjectValidator This validator checks that the object is not empty.
NotNullObjectValidator This validator checks that the object is not null.
TrueObjectValidator This validator checks that the object can be evaluated to true.
ValidationSupportImpl<B> Implementation for the ValidationSupport.
 



Copyright © 2011. All Rights Reserved.