Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a maven plugin for formatting according to Eclipse settings | Leif Åstrand | 2017-02-01 | 1 | -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.converter | Pekka Hyvönen | 2016-12-14 | 1 | -2/+0 |
| | |||||
* | Add a generic selection listener to Grid & SelectionModels (#105) | Pekka Hyvönen | 2016-12-09 | 1 | -0/+269 |
* Add a generic selection listener to Grid & SelectionModels Fixes some inconsistent event naming and invalid javadocs. Fixes vaadin/framework8-issues#541 |