]> source.dussan.org Git - vaadin-framework.git/commit
Adds selection gesture handling to selection column (#13334)
authorHenrik Paul <henrik@vaadin.com>
Thu, 29 May 2014 13:05:43 +0000 (16:05 +0300)
committerHenrik Paul <henrik@vaadin.com>
Tue, 10 Jun 2014 08:50:02 +0000 (08:50 +0000)
commit7e141ff1482c1436f2aef13a043b420676e107dc
tree6b64711730bd4dd005864e26d5568c49f72f6d57
parent2c2b9e4d7eebedc7f8891c65d0d54322e2d068a8
Adds selection gesture handling to selection column (#13334)

This patch adds support for drag-selection/deselection gestures
for both touch and mouse.

Change-Id: I05f894123fe5b1dae4f309f8fea01e02208589d7
client/src/com/vaadin/client/ui/grid/Escalator.java
client/src/com/vaadin/client/ui/grid/Grid.java
client/src/com/vaadin/client/ui/grid/selection/MultiSelectionRenderer.java