vaadin-lazyquerycontainer icon indicating copy to clipboard operation
vaadin-lazyquerycontainer copied to clipboard

Lazy Query Container is a lazy loading container implementation for accessing data from business services.

Results 21 vaadin-lazyquerycontainer issues
Sort by recently updated
recently updated
newest added

Just updating the vaadin version to 8.0.0 and one small change to LazyNestedMethodProperty.java:150 where I was getting compile errors for MethodProperty#initGetterMethod regarding the methods visibility.

Upgrade plugin to support Vaadin 8 Change-Id: I2a50efbf9b4792df6b3272527100a253463173c3

constructBean() is called if the number of Items retrieved is less than the expected count of items. This may happen if the backend data has been modified after count is...

Hi Guys, I need help from the community. When I use Table backed with LQC container I can't see the sort indicator at the header field. The sorting seems working,...

Could you please add support for the now-released Vaadin 8? Having LQC compatible with Vaadin 8's v7.Grid would be awesome since it would allow gradual migration of the app using...

Hi, Is it possible to prepare next release with https://github.com/tlaukkan/vaadin-lazyquerycontainer/pull/88 ? Marcin

When trying to execute "removeAllContainerFilters()" method, the process is hung for at least 10 minutes during the loop in notifyItemSetChanged method.

Thank you for such a great Container. Yet, it feels painful to debug a decompiled sources ;) Can you please upload source jars into the Vaadin Maven repo as well?...

Fix handling of BeanItem usage in the LazyQueryContainer

If one uses vaadins BeanItemContainer in a application on can call table.getValue() to get the bean representing the current selected row. If one replaces BeanItemContainer with LQC constructing BeanItems this...