Uses of Package
com.google.gwt.validation.client.interfaces

Packages that use com.google.gwt.validation.client.interfaces
com.google.gwt.validation.client   
com.google.gwt.validation.rebind   
com.google.gwt.validation.server   
 

Classes in com.google.gwt.validation.client.interfaces used by com.google.gwt.validation.client
IConstraint
          Define the logic to validate a given constraint
(Taken from JSR-303 example implementation in specification document.)
IInvalidConstraint
          Describe a constraint validation defect
TODO add pointers to the metadata?
From the JSR-303 specification
IValidator
          Basic interface for a validator to validate a given class
 

Classes in com.google.gwt.validation.client.interfaces used by com.google.gwt.validation.rebind
IConstraint
          Define the logic to validate a given constraint
(Taken from JSR-303 example implementation in specification document.)
 

Classes in com.google.gwt.validation.client.interfaces used by com.google.gwt.validation.server
IValidator
          Basic interface for a validator to validate a given class