Java com.vaadin.data.validator RegexpValidator fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.data.validator RegexpValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.data.validator RegexpValidator.

The text is from its open source code.

Subclass

com.vaadin.data.validator.RegexpValidator has subclasses.
Click this link to see all its subclasses.

Constructor

RegexpValidator(String errorMessage, String regexp)
Creates a validator for checking that the regular expression matches the complete string to validate.
RegexpValidator(String errorMessage, String regexp, boolean complete)
Creates a validator for checking that the regular expression matches the string to validate.