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
Fieldcomponents 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 forBindingValidationStatuschanges.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
Fieldcomponents 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
ValidationStatusChangeEventevents.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
ValidationStatusChangeEventevents.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
Fieldcomponents 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
ValidationStatusChangeEventevents.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
ValidationStatusChangeEventevents.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
PropertySetthat uses reflection to find bean properties.Connects one or moreFieldcomponents 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 toHasValuecomponents inBinderbased onValidationResultfor the user input.Binder validation status change.Handler forBinderValidationStatuschanges.A subclass ofRuntimeExceptionwhich may be thrown insideBinder.Bindinglogic to wrap an exception caused byHasValue, validator, converter, etc.Handles anExceptionwhich may be thrown insideBinder.Bindinglogic to be able to identify the originator of the exception (the originalExceptioninstance usually doesn't contain any information whichHasValueobject is the source of the exception).Represents the status of field validation.Status of the validation.Handler forBindingValidationStatuschanges.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 returnstrueif 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 aBinderwhen a field value is validated.Represents the result of a validation.The event to be processed whenValidationStatusChangeListener.validationStatusChanged(ValidationStatusChangeEvent)invoked.The listener interface for receivingValidationStatusChangeEventevents.A functional interface for validating user input or other potentially invalid data.Value context forConverters. -
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 forConverters. -
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
Converters.