Is it possible to create a Customfield to add and edit a Set of objects

this custom field will have 2 components. A table and an “Add” button. Each row in the table will have an “Edit” button. I want to create form to edit a parent item that contain a set of child item.

Hi,

I have one project that has multiple helper fields including one that should fit your needs:
https://github.com/mstahv/SmartFields
https://github.com/mstahv/SmartFields/blob/master/src/main/java/org/vaadin/addon/smartfields/PopupEditableCollectionField.java

There is still no add-on in the directory, but you should be able to build the project easily with “mvn install”.

cheers,
matti