Example usage for com.google.gwt.validation.client.impl AbstractGwtValidator subclass-usage

List of usage examples for com.google.gwt.validation.client.impl AbstractGwtValidator subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.validation.client.impl AbstractGwtValidator subclass-usage.

Usage

From source file org.jboss.errai.validation.client.BeanValidator.java

/**
 * Wrapper for the generated {@link Validator} to support validation of {@link Bindable} types.
 * 
 * @author Christian Sadilek <csadilek@redhat.com>
 */
public class BeanValidator extends AbstractGwtValidator {

From source file org.jboss.errai.validation.client.NoopValidator.java

/**
 * A {@link Validator} implementation that does nothing. We fall back to this
 * validator in case the Errai validation module is used but no type on the
 * classpath contains any {@link Constraint}s.
 * 
 * @author Christian Sadilek <csadilek@redhat.com>