| AbstractBeanPropertyDefinition |
Abstract base class for PropertyDefinition implementations for beans.
|
| BeanPropertySet |
A PropertySet that uses reflection to find bean properties.
|
| Binder |
Connects one or more Field components to properties of a backing data
type such as a bean type.
|
| Binder.Binding |
Represents the binding between a field and a data property.
|
| Binder.BindingBuilder |
Creates a binding between a field and a data property.
|
| Binder.BindingBuilderImpl |
An internal implementation of BindingBuilder.
|
| Binder.BindingImpl |
An internal implementation of Binding.
|
| BinderValidationErrorHandler |
|
| BinderValidationStatus |
Binder validation status change.
|
| BinderValidationStatusHandler |
|
| BindingException |
|
| BindingExceptionHandler |
Handles an Exception which may be thrown inside Binder.Binding logic
to be able to identify the originator of the exception (the original
Exception instance usually doesn't contain any information which
HasValue object is the source of the exception).
|
| BindingValidationStatus |
Represents the status of field validation.
|
| BindingValidationStatus.Status |
Status of the validation.
|
| BindingValidationStatusHandler |
|
| ErrorLevel |
Represents the error levels displayed on components.
|
| ErrorMessageProvider |
Provider interface for generating localizable error messages using
ValueContext.
|
| HasItemComponents |
Represents a component that can have additional components between the items.
|
| HasItems |
Mixin interface for components that displays a collection of items.
|
| PropertyDefinition |
|
| PropertyFilterDefinition |
Contains the constraints for filtering nested properties.
|
| PropertySet |
Describes a set of properties that can be used for configuration based on
property names instead of setter and getter callbacks.
|
| RequiredFieldConfigurator |
|
| Result |
Represents the result of an operation that might fail, such as type
conversion.
|
| Setter |
The function to write the field value to the bean property
|
| StatusChangeEvent |
Binder status change event.
|
| StatusChangeListener |
Listener interface for status change events from binder.
|
| ValidationException |
Indicates validation errors in a Binder when a field value is
validated.
|
| ValidationResult |
Represents the result of a validation.
|
| ValidationStatusChangeEvent |
|
| ValidationStatusChangeListener |
|
| Validator |
A functional interface for validating user input or other potentially invalid
data.
|
| ValueContext |
Value context for Converters.
|