Vaadin 8 buildAndBind

Will there be a substitute for BeanFieldGroup.buildAndBind functionality in Vaadin 8, or some replacement workflow?

Hello. The support for
FieldFactory
concept, which buildAndBind was using, has been removed and no longer exists in the V8 Binder. You can ofcourse create your own Factory, or as in Java 8 it could be called FieldSupplier, and use it when creating the Bindings for a Binder.