com.vaadin.data.

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

    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:

    Binder.forField(HasValue)