Class and Description |
---|
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 . |
BindingValidationStatusHandler
Handler for
BindingValidationStatus changes. |
PropertyDefinition
A property from a
PropertySet . |
Setter
The function to write the field value to the bean property
|
Class and Description |
---|
HasItemComponents
Represents a component that can have additional components between the items.
|
Class and Description |
---|
Binder
Connects one or more
Field components to properties of a backing data
type such as a bean type. |
Class and Description |
---|
PropertySet
Describes a set of properties that can be used for configuration based on
property names instead of setter and getter callbacks.
|
Class and Description |
---|
Binder
Connects one or more
Field components to properties of a backing data
type such as a bean type. |
PropertySet
Describes a set of properties that can be used for configuration based on
property names instead of setter and getter callbacks.
|
Class and Description |
---|
HasDataProvider
A generic interface for listing components that use a data provider for
showing data.
|
HasItems
Mixin interface for components that displays a collection of items.
|
Class and Description |
---|
HasItemComponents
Represents a component that can have additional components between the items.
|
Class and Description |
---|
HasItemComponents
Represents a component that can have additional components between the items.
|
Class and Description |
---|
HasItemComponents
Represents a component that can have additional components between the items.
|
Class and Description |
---|
HasDataProvider
A generic interface for listing components that use a data provider for
showing data.
|
HasItems
Mixin interface for components that displays a collection of items.
|
Class and Description |
---|
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
Handler for applying effects to
HasValue components in Binder
based on ValidationResult for the user input. |
BinderValidationStatus
Binder validation status change.
|
BinderValidationStatusHandler
Handler for
BinderValidationStatus changes. |
BindingException
A subclass of
RuntimeException which may be thrown inside
Binder.Binding logic to wrap an exception caused by HasValue ,
validator, converter, etc. |
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
Handler for
BindingValidationStatus changes. |
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
A property from a
PropertySet . |
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
This interface represents a predicate which returns
true if bound
field should be configured to have required indicator via
HasValue.setRequiredIndicatorVisible(boolean) . |
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
The event to be processed when
ValidationStatusChangeListener.validationStatusChanged(ValidationStatusChangeEvent)
invoked. |
ValidationStatusChangeListener
The listener interface for receiving
ValidationStatusChangeEvent
events. |
Validator
A functional interface for validating user input or other potentially invalid
data.
|
ValueContext
Value context for
Converter s. |
Class and Description |
---|
ErrorMessageProvider
Provider interface for generating localizable error messages using
ValueContext . |
Result
Represents the result of an operation that might fail, such as type
conversion.
|
ValueContext
Value context for
Converter s. |
Class and Description |
---|
ValidationResult
Represents the result of a validation.
|
Validator
A functional interface for validating user input or other potentially invalid
data.
|
ValueContext
Value context for
Converter s. |
Copyright © 2023. All rights reserved.