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 52 forks source link

Support for lazy loading #26

Closed alejandro-du closed 6 years ago

alejandro-du commented 6 years ago

By either implementing a new Crud or adding support to existing ones.

dmicol commented 6 years ago

The DataProvider interface of Vaadin framework, is probably a better choice for fetching data. I propose to replace the FindAllCrudOperationListener<T> findAllOperation with a DataProvider interface.