alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
86 stars 54 forks source link

Allow custom bindings in the CrudFormFactory #129

Open miku76 opened 10 months ago

miku76 commented 10 months ago

It should be possible to use own bindings if a "property key" doesn't exist in the domain model.

A first try you find in the pull request:

128