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
85 stars 54 forks source link

Allow to override behaviours in AbstractAutoGeneratedCrudFormFactory #123

Closed flozano closed 1 year ago

flozano commented 1 year ago

Initially reported as https://github.com/alejandro-du/crudui/issues/119 By allowing to override DefaultFieldProvider, customizations of field forms can be easily centralized by type in addition to by name.

alejandro-du commented 1 year ago

Thanks for your contribution!