com.vaadin.flow.data.binder.
Uses of Package
com.vaadin.flow.data.binder
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.collaborationengineClassDescription
Connects 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 of
BindingBuilder
.Handler for
BindingValidationStatus
changes.A property from a
PropertySet
.The function to write the field value to the bean property
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.checkboxClassDescription
Represents 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.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.comboboxClassDescription
A generic interface for field components and other user interface objects that have a user-editable value that should be validated.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.crudClassDescription
Connects 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.datepickerClassDescription
A 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.datetimepickerClassDescription
A 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.gridClassDescription
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.grid.editorClassDescription
Connects 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.listboxClassDescription
Represents a component that can have additional components between the items.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.radiobuttonClassDescription
A generic interface for field components and other user interface objects that have a user-editable value that should be validated.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.selectClassDescription
Represents 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.
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.textfieldClassDescription
A 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.timepickerClassDescription
A 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.virtuallistClassDescription
A 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.binderClassDescription
Abstract base class for PropertyDefinition implementations for beans.
A
PropertySet
that uses reflection to find bean properties.Connects 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 of
BindingBuilder
.An internal implementation of
Binding
.Handler for applying effects to
HasValue
components inBinder
based onValidationResult
for the user input.Binder validation status change.
Handler for
BinderValidationStatus
changes.A subclass of
RuntimeException
which may be thrown insideBinder.Binding
logic to wrap an exception caused byHasValue
, validator, converter, etc.Handles an
Exception
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 for
BindingValidationStatus
changes.Represents the error levels displayed on components.
Provider interface for generating localizable error messages using
ValueContext
.Represents a component that can have additional components between the items.
Mixin interface for components that displays a collection of items.
A property from a
PropertySet
.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 returns
true
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 property
Binder status change event.
Listener interface for status change events from binder.
Indicates validation errors in a
Binder
when a field value is validated.Represents the result of a validation.
The event to be processed when
ValidationStatusChangeListener.validationStatusChanged(ValidationStatusChangeEvent)
invoked.The listener interface for receiving
ValidationStatusChangeEvent
events.A functional interface for validating user input or other potentially invalid data.
Value context for
Converter
s. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.data.converterClassDescription
Provider interface for generating localizable error messages using
ValueContext
.Represents the result of an operation that might fail, such as type conversion.
Value context for
Converter
s. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.data.validatorClassDescription
Represents the result of a validation.
A functional interface for validating user input or other potentially invalid data.
Value context for
Converter
s.