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

Instance Supplier for all Types of Form (READ, DELETE, UPDATE) #104

Open FackelAB opened 2 years ago

FackelAB commented 2 years ago

My problem: The API delivers a list of "slim" Enitys with just a few of the properties (just enough for the list), but for an successful editing I need the possibility to load the whole entity before opening the read, update an delete form. Maybe there are some subitems that should load, too.

alejandro-du commented 2 years ago

Maybe decorate your entity and add the logic there?

FackelAB commented 2 years ago

That's may possible, I'll try do it in this way. But I think, with implementing this feature it would be much easier. :)