Uses of Interface
com.google.gwt.validation.client.interfaces.IValidator

Packages that use IValidator
com.google.gwt.validation.client   
com.google.gwt.validation.server   
 

Uses of IValidator in com.google.gwt.validation.client
 

Classes in com.google.gwt.validation.client that implement IValidator
 class AbstractValidator<T>
          Wrapper for IValidator that contains utility methods for validation
 

Uses of IValidator in com.google.gwt.validation.server
 

Classes in com.google.gwt.validation.server that implement IValidator
 class ServerValidator<T>
          This class serves as a server-side implementation of IValidator that can be used on the backend without the overhead / fuss of the GWT.create() mechanism.