You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.data.binder.

Interface Binder.BindingBuilder<BEAN,TARGET>

Type Parameters:

BEAN - the bean type

TARGET - the target data type of the binding, matches the field type until a converter has been set

All Superinterfaces:

Serializable

All Known Implementing Classes:

Binder.BindingBuilderImpl, CollaborationBinder.CollaborationBindingBuilderImpl

Enclosing class:

Binder<BEAN>

public static interface Binder.BindingBuilder<BEAN,TARGET> extends Serializable

Creates a binding between a field and a data property.

See Also: