]> source.dussan.org Git - vaadin-framework.git/commit
Remove unselected rows from selection on client side (#13008)
authorJarno Rantala <jarno.rantala@vaadin.com>
Tue, 14 Jan 2014 08:02:34 +0000 (10:02 +0200)
committerHenri Sara <hesara@vaadin.com>
Thu, 16 Jan 2014 12:31:48 +0000 (14:31 +0200)
commit55b958cfd26bc7763223f0f08062f9f1d4a24af9
tree76b7ab77e4db31366a33b3f53dbe8e6262a3ec2e
parent75c0e71549a68ba94c790f4ab611baa2200cc0e8
Remove unselected rows from selection on client side (#13008)

When server communicates the selected rows to the client side, client
side datastructure of selected row keys is updated such that also the
keys that has been unselected on server side are removed. This makes
the test MultiSelectWithRemovedRow to pass.

Change-Id: I7b6123436171972ecf345b07ddfb6d9965ca4f0c
client/src/com/vaadin/client/ui/VScrollTable.java