]> source.dussan.org Git - vaadin-framework.git/commit
Move Grid event handlers to a list, add method to add custom handlers (#76) 7.7.6
authorAleksi Hietanen <aleksi@vaadin.com>
Mon, 5 Dec 2016 14:28:47 +0000 (16:28 +0200)
committerPekka Hyvönen <pekka@vaadin.com>
Mon, 5 Dec 2016 14:28:47 +0000 (16:28 +0200)
commit1e0cf0597578ad3d9a002e676d0279a8ea5ea99c
tree1e4bfbee54bae018ac3b455bf5f2e0e046be7e84
parent97fcaa2b5afbb8278890652f2954916792392933
Move Grid event handlers to a list, add method to add custom handlers (#76)

* Move Grid event handlers to a list, add method to add custom handlers

Change-Id: I2fe67ae961bfb0f7c44ba704346762a0faf6da2c

* Merge branch '7.7' into grid-event-refactoring
client/src/main/java/com/vaadin/client/widget/grid/GridEventHandler.java [new file with mode: 0644]
client/src/main/java/com/vaadin/client/widgets/Grid.java