Example usage for Java com.vaadin.data ValidationResult fields, constructors, methods, implement or subclass
The text is from its open source code.
ValidationResult | error(String errorMessage) Creates the validation result which represent an error with the given errorMessage . |
String | getErrorMessage() Returns the result message. |
boolean | isError() Checks if the result denotes an error. |
ValidationResult | ok() Returns a successful result. |