Uses of Class
com.google.gwt.validation.client.AbstractValidator

Packages that use AbstractValidator
com.google.gwt.validation.server   
 

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

Subclasses of AbstractValidator in com.google.gwt.validation.server
 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.