tlaukkan / vaadin-lazyquerycontainer

Lazy Query Container is a lazy loading container implementation for accessing data from business services.
http://vaadin.com/directory#addon/117
39 stars 73 forks source link

Support for using LQC as a replacement for BeanItemContainer #94

Open dve opened 8 years ago

dve commented 8 years ago

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 is not working anymore because LQC is not aware of that for a BeanItem the item id is the bean itself.