Uses of Package
com.vaadin.flow.data.binder
Package
Description
-
ClassDescriptionAbstract base class for PropertyDefinition implementations for beans.A
PropertySet
that uses reflection to find bean properties.Connects one or moreField
components to properties of a backing data type such as a bean type.Represents the binding between a field and a data property.Creates a binding between a field and a data property.An internal implementation ofBindingBuilder
.An internal implementation ofBinding
.Handler for applying effects toHasValue
components inBinder
based onValidationResult
for the user input.Binder validation status change.Handler forBinderValidationStatus
changes.A subclass ofRuntimeException
which may be thrown insideBinder.Binding
logic to wrap an exception caused byHasValue
, validator, converter, etc.Handles anException
which may be thrown insideBinder.Binding
logic to be able to identify the originator of the exception (the originalException
instance usually doesn't contain any information whichHasValue
object is the source of the exception).Represents the status of field validation.Status of the validation.Handler forBindingValidationStatus
changes.Represents the error levels displayed on components.Provider interface for generating localizable error messages usingValueContext
.Represents a component that can have additional components between the items.Mixin interface for components that displays a collection of items.A property from aPropertySet
.Contains the constraints for filtering nested properties.Describes a set of properties that can be used for configuration based on property names instead of setter and getter callbacks.This interface represents a predicate which returnstrue
if bound field should be configured to have required indicator viaHasValue.setRequiredIndicatorVisible(boolean)
.Represents the result of an operation that might fail, such as type conversion.The function to write the field value to the bean propertyBinder status change event.Listener interface for status change events from binder.Indicates validation errors in aBinder
when a field value is validated.Represents the result of a validation.The event to be processed whenValidationStatusChangeListener.validationStatusChanged(ValidationStatusChangeEvent)
invoked.The listener interface for receivingValidationStatusChangeEvent
events.A functional interface for validating user input or other potentially invalid data.Value context forConverter
s. -
ClassDescriptionProvider interface for generating localizable error messages using
ValueContext
.Represents the result of an operation that might fail, such as type conversion.Value context forConverter
s. -
ClassDescriptionRepresents the result of a validation.A functional interface for validating user input or other potentially invalid data.Value context for
Converter
s.