aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/GridAsSingleSelectInBinderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-4/+4
|
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-231-1/+2
| | | | | | This patch refactors the internals of Grid single selection model implementation. Fixes #9380
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-0/+4
| | | | * Include old value in ValueChangeEvent
* Extract interfaces from Grid (#8005)Teemu Suo-Anttila2016-12-151-1/+1
| | | | | | * Extract interfaces from Grid Closes vaadin/framework8-issues#566
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-091-0/+160
* Add a generic selection listener to Grid & SelectionModels Fixes some inconsistent event naming and invalid javadocs. Fixes vaadin/framework8-issues#541