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

Support for using LQC as a replacement for BeanItemContainer

Open dve opened this issue 8 years ago • 0 comments

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.

dve avatar Sep 19 '16 10:09 dve