]> source.dussan.org Git - vaadin-framework.git/commit
Adds the ability to swap between the three client side selection models (#13334)
authorHenrik Paul <henrik@vaadin.com>
Mon, 30 Jun 2014 15:18:32 +0000 (18:18 +0300)
committerLeif Åstrand <leif@vaadin.com>
Fri, 4 Jul 2014 13:45:32 +0000 (13:45 +0000)
commit6653224d8defe79ecb8749eab96adccd626c76bf
treeacc3311fad73dcdc2f602e366ad007f2e8962cd6
parente845b4128a0ddf5b488f5c5cf5e0ea33c5b393dc
Adds the ability to swap between the three client side selection models (#13334)

So, this means when the selection model is modified on the server side,
the client side changes accordingly.

Change-Id: I3c7e3802cecdf9dfd64f5296c48fca5dfc58787d
client/src/com/vaadin/client/ui/grid/Grid.java
client/src/com/vaadin/client/ui/grid/GridConnector.java
client/src/com/vaadin/client/ui/grid/selection/AbstractRowHandleSelectionModel.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/selection/HasSelectionChangeHandlers.java
client/src/com/vaadin/client/ui/grid/selection/SelectionChangeHandler.java
client/src/com/vaadin/client/ui/grid/selection/SelectionModelMulti.java
client/src/com/vaadin/client/ui/grid/selection/SelectionModelNone.java
client/src/com/vaadin/client/ui/grid/selection/SelectionModelSingle.java