Example usage for com.vaadin.data Validator interface-usage

List of usage examples for com.vaadin.data Validator interface-usage

Introduction

In this page you can find the example usage for com.vaadin.data Validator interface-usage.

Usage

From source file com.cerebro.gorgone.commons.PasswordValidator.java

/**
 *
 * @author matteo
 */
public class PasswordValidator implements Validator {

From source file com.expressui.core.validation.AbstractConversionValidator.java

/**
 * Abstract superclass for implementing conversion validators, which validate that a user-entered value
 * is convertible to specific data type.
 */
public abstract class AbstractConversionValidator implements Validator {

From source file com.expressui.sample.validator.UniqueLoginNameValidator.java

/**
 * Validates that user's login name is not already taken.
 */
@Component
@SuppressWarnings({ "serial" })
public class UniqueLoginNameValidator implements Validator {

From source file com.foc.vaadin.gui.components.validator.FVStringValidator.java

@SuppressWarnings("serial")
public class FVStringValidator implements Validator {

    private boolean capital = false;
    private boolean noSpaces = false;

From source file com.lunifera.graduate.ui.validator.BeanValidator.java

/**
 * Vaadin {@link Validator} using the JSR-303 (javax.validation)
 * annotation-based bean validation.
 * 
 * The annotations of the fields of the beans are used to determine the
 * validation to perform.

From source file com.lunifera.vaadin.e4.di.fields.BeanValidator.java

/**
 * Vaadin {@link Validator} using the JSR-303 (javax.validation)
 * annotation-based bean validation.
 * 
 * The annotations of the fields of the beans are used to determine the
 * validation to perform.

From source file com.ocs.dynamo.ui.validator.URLValidator.java

public class URLValidator implements Validator {

    private String message;

    private static final long serialVersionUID = 680372854650555066L;

From source file com.purebred.core.validation.AbstractConversionValidator.java

public abstract class AbstractConversionValidator implements Validator {
    private String errorMessage;
    private FormField formField;

    public AbstractConversionValidator(FormField formField, String errorMessage) {
        this.formField = formField;

From source file com.rdonasco.common.vaadin.validators.FieldMatchedValueValidator.java

/**
 *
 * @author Roy F. Donasco
 */
public class FieldMatchedValueValidator implements Validator {
    private static final long serialVersionUID = 1L;

From source file com.saax.gestorweb.view.validator.DataFuturaValidator.java

/**
 *
 * @author rodrigo
 */
public class DataFuturaValidator implements Validator {