Uses of Package
com.vaadin.flow.data.binder
-
Classes in com.vaadin.flow.data.binder used by com.vaadin.collaborationengine Class Description Binder Connects one or moreFieldcomponents 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 ofBindingBuilder.BindingValidationStatusHandler Handler forBindingValidationStatuschanges.PropertyDefinition A property from aPropertySet.Setter The function to write the field value to the bean property -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.checkbox Class Description HasItemComponents Represents a component that can have additional components between the items.HasValidator 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.combobox Class Description HasValidator 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.crud Class Description Binder Connects one or moreFieldcomponents 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.datepicker Class Description HasValidator A generic interface for field components and other user interface objects that have a user-editable value that should be validated.ValidationStatusChangeListener The listener interface for receivingValidationStatusChangeEventevents.Validator 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.datetimepicker Class Description HasValidator A generic interface for field components and other user interface objects that have a user-editable value that should be validated.ValidationStatusChangeListener The listener interface for receivingValidationStatusChangeEventevents.Validator 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.grid Class Description PropertySet 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.editor Class Description Binder Connects one or moreFieldcomponents 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. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.ironlist Class 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. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.listbox Class Description HasItemComponents Represents a component that can have additional components between the items. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.radiobutton Class Description HasItemComponents Represents a component that can have additional components between the items.HasValidator 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.select Class Description HasItemComponents Represents a component that can have additional components between the items. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.shared Class Description ValidationResult Represents the result of a validation. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.component.textfield Class Description HasValidator A generic interface for field components and other user interface objects that have a user-editable value that should be validated.ValidationStatusChangeListener The listener interface for receivingValidationStatusChangeEventevents.Validator 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.timepicker Class Description HasValidator A generic interface for field components and other user interface objects that have a user-editable value that should be validated.ValidationStatusChangeListener The listener interface for receivingValidationStatusChangeEventevents.Validator 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.virtuallist Class 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. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.data.binder Class Description AbstractBeanPropertyDefinition Abstract base class for PropertyDefinition implementations for beans.BeanPropertySet APropertySetthat uses reflection to find bean properties.Binder Connects one or moreFieldcomponents 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 ofBindingBuilder.Binder.BindingImpl An internal implementation ofBinding.BinderValidationErrorHandler Handler for applying effects toHasValuecomponents inBinderbased onValidationResultfor the user input.BinderValidationStatus Binder validation status change.BinderValidationStatusHandler Handler forBinderValidationStatuschanges.BindingException A subclass ofRuntimeExceptionwhich may be thrown insideBinder.Bindinglogic to wrap an exception caused byHasValue, validator, converter, etc.BindingExceptionHandler 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).BindingValidationStatus Represents the status of field validation.BindingValidationStatus.Status Status of the validation.BindingValidationStatusHandler Handler forBindingValidationStatuschanges.ErrorLevel Represents the error levels displayed on components.ErrorMessageProvider Provider interface for generating localizable error messages usingValueContext.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 aPropertySet.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 returnstrueif bound field should be configured to have required indicator viaHasValue.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 propertyStatusChangeEvent Binder status change event.StatusChangeListener Listener interface for status change events from binder.ValidationException Indicates validation errors in aBinderwhen a field value is validated.ValidationResult Represents the result of a validation.ValidationStatusChangeEvent The event to be processed whenValidationStatusChangeListener.validationStatusChanged(ValidationStatusChangeEvent)invoked.ValidationStatusChangeListener The listener interface for receivingValidationStatusChangeEventevents.Validator A functional interface for validating user input or other potentially invalid data.ValueContext Value context forConverters. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.data.converter Class Description ErrorMessageProvider Provider interface for generating localizable error messages usingValueContext.Result Represents the result of an operation that might fail, such as type conversion.ValueContext Value context forConverters. -
Classes in com.vaadin.flow.data.binder used by com.vaadin.flow.data.validator Class Description ValidationResult Represents the result of a validation.Validator A functional interface for validating user input or other potentially invalid data.ValueContext Value context forConverters.