]> 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)
committerVaadin Code Review <review@vaadin.com>
Thu, 16 Jan 2014 12:31:17 +0000 (12:31 +0000)
commitf93c870fe9d7c6cd01892c97d5a9c799e079fa4e
tree147552359f0d28325b26085b3bb410b3a46dc30f
parent168788959373f561b8862128fa6aedc20a5591c2
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