vaadin-lazyquerycontainer
vaadin-lazyquerycontainer copied to clipboard
Support for using LQC as a replacement for BeanItemContainer
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.