com.jgoodies.validation.message |
Contains default implementations for validation messages.
Related Documentation
For more information see:
@see com.jgoodies.validation
@see com.jgoodies.validation.util
@see com.jgoodies.validation.view
|
Java Source File Name | Type | Comment |
AbstractValidationMessage.java | Class | An abstract class that minimizes the effort required to implement the
ValidationMessage interface. |
PropertyValidationMessage.java | Class | An implementation of
ValidationMessage that holds a text message,
the validated object (target), a descriptions of the validated property,
and a description of the role this object takes in the validation context.
The target can be used to identify the source of a validation message.
The role and property together build the aspect that is used
as association key; in other words, it can be used to determine whether
a view is associated with a given message or not.
Example: We validate an invoice that has a shipping address
and a physical address. |
SimpleValidationMessage.java | Class | An implementation of
ValidationMessage that just holds a text. |