ContainerBuilder
Tools addon for Vaadin
Addon use annotation to build container for another component such a table,grid,filtertable.
Can build couple column schema basic on single object or related objects.
-Build column from field
-Build column from getter
Auto bind object or list of object to container based on annotation
Value returned by method ‘getId()’ from primary object will be mark as id of created container item. This can be @Override
Deep documentation on github