aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/BinderMultiSelectTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Fix some issues with Binder serialization (#8660)Ilia Motornyi2017-02-231-1/+1
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-2/+1
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-141-2/+0
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-1/+1
* Explicit type args can be inferredPer-Åke Minborg2016-11-051-2/+2
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-1/+1
* Rename Binder methodsPekka Hyvönen2016-10-261-8/+8
* Add ValueContext parameter for ConvertersTeemu Suo-Anttila2016-10-241-3/+3
* Derive Listing components from HasValue.Denis Anisimov2016-10-211-4/+4
* Make CheckBoxGroup.SimpleMultiSelectModel return a selection copy #293.Denis Anisimov2016-09-211-0/+14
* Implement support for binding multi-select componentsLeif Åstrand2016-09-141-0/+180