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

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

Introduction

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

The text is from its open source code.

Method

ValidationResulterror(String errorMessage)
Creates the validation result which represent an error with the given errorMessage .
StringgetErrorMessage()
Returns the result message.
booleanisError()
Checks if the result denotes an error.
ValidationResultok()
Returns a successful result.