aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/GridAsMultiSelectInBinderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-3/+3
| | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file.
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-141-2/+0
|
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-091-0/+269
* Add a generic selection listener to Grid & SelectionModels Fixes some inconsistent event naming and invalid javadocs. Fixes vaadin/framework8-issues#541