Java com.jgoodies.validation.util PropertyValidationSupport fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.validation.util PropertyValidationSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.validation.util PropertyValidationSupport.

The text is from its open source code.

Subclass

com.jgoodies.validation.util.PropertyValidationSupport has subclasses.
Click this link to see all its subclasses.

Constructor

PropertyValidationSupport(Object target, String role)
Constructs a PropertyValidationSupport instance for the given validation target and its validation role.

Method

voidaddError(String property, String text)
Adds an error PropertyValidationMessage to this object's default ValidationResult .
ValidationResultgetResult()
Returns the default ValidationResult .