Uses of Package
com.vaadin.flow.data.binder
Packages that use com.vaadin.flow.data.binder
Package
Description
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.collaborationengineClassDescriptionConnects one or more
Field
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
.Handler forBindingValidationStatus
changes.A property from aPropertySet
.The function to write the field value to the bean property -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.checkboxClassDescriptionRepresents a component that can have additional components between the items.A generic interface for field components and other user interface objects that have a user-editable value that should be validated.A functional interface for validating user input or other potentially invalid data.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.comboboxClassDescriptionA generic interface for field components and other user interface objects that have a user-editable value that should be validated.A functional interface for validating user input or other potentially invalid data.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.crudClassDescriptionConnects one or more
Field
components to properties of a backing data type such as a bean type. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.datepickerClassDescriptionA generic interface for field components and other user interface objects that have a user-editable value that should be validated.Represents the result of an operation that might fail, such as type conversion.The listener interface for receiving
ValidationStatusChangeEvent
events.A functional interface for validating user input or other potentially invalid data. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.datetimepickerClassDescriptionA generic interface for field components and other user interface objects that have a user-editable value that should be validated.The listener interface for receiving
ValidationStatusChangeEvent
events.A functional interface for validating user input or other potentially invalid data. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.gridClassDescriptionDescribes a set of properties that can be used for configuration based on property names instead of setter and getter callbacks.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.grid.editorClassDescriptionConnects one or more
Field
components to properties of a backing data type such as a bean type.Describes a set of properties that can be used for configuration based on property names instead of setter and getter callbacks. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.listboxClassDescriptionRepresents a component that can have additional components between the items.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.radiobuttonClassDescriptionA generic interface for field components and other user interface objects that have a user-editable value that should be validated.A functional interface for validating user input or other potentially invalid data.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.selectClassDescriptionRepresents a component that can have additional components between the items.A generic interface for field components and other user interface objects that have a user-editable value that should be validated.A functional interface for validating user input or other potentially invalid data.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.textfieldClassDescriptionA generic interface for field components and other user interface objects that have a user-editable value that should be validated.The listener interface for receiving
ValidationStatusChangeEvent
events.A functional interface for validating user input or other potentially invalid data. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.timepickerClassDescriptionA generic interface for field components and other user interface objects that have a user-editable value that should be validated.The listener interface for receiving
ValidationStatusChangeEvent
events.A functional interface for validating user input or other potentially invalid data. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.virtuallistClassDescriptionA generic interface for listing components that use a data provider for showing data.Mixin interface for components that displays a collection of items.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.data.binderClassDescriptionAbstract 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. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.data.converterClassDescriptionProvider 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. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.data.validatorClassDescriptionRepresents the result of a validation.A functional interface for validating user input or other potentially invalid data.Value context for
Converter
s.