Package net.sf.jguiraffe.gui.forms
Interface ValidatorWrapper
-
- All Known Implementing Classes:
DefaultValidatorWrapper,DummyWrapper
public interface ValidatorWrapperDefinition of an interface for objects that wrap a
.ValidatorThis interface is analogous to the
interface, but it operates on validators.TransformerWrapper- Version:
- $Id: ValidatorWrapper.java 205 2012-01-29 18:29:57Z oheger $
- Author:
- Oliver Heger
- See Also:
Validator,TransformerWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationResultisValid(Object o)Validates the specified object.
-
-
-
Method Detail
-
isValid
ValidationResult isValid(Object o)
Validates the specified object.- Parameters:
o- the object to validate- Returns:
- an object with information about the results of the validation
-
-