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

Removing cached items #91

Open srandoll opened 8 years ago

srandoll commented 8 years ago

I'm wondering why the removeItem(int index) method in the queryView does not check if the item was previously added to the container without commit? I guess the correct behaviour should be to remove first the item from addedItem collection (if existing) or add the item to the removedItems collection.