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

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

Introduction

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

Usage

From source file de.symeda.sormas.ui.user.UserRolesValidator.java

@SuppressWarnings("serial")
public final class UserRolesValidator implements Validator {

    @SuppressWarnings("unchecked")
    @Override
    public void validate(Object value) throws InvalidValueException {