| Package | Description |
|---|---|
| org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
| Modifier and Type | Method and Description |
|---|---|
Validator.Result |
Binding.SyncFailure.getValidationResult()
Returns the result that was returned from the
Binding's validator if this failure represents a
validation failure. |
abstract Validator.Result |
Validator.validate(T value)
Validates a value; returns
null for a valid value, and a
Result object describing the problem for an invalid value. |