aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui/RadioButtonGroupTest.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
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-5/+8
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-3/+0
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-5/+0
* Make it easy to invoke ServerRpc methods as part of unit tests (#8346)Artur2017-02-021-1/+2
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-251-1/+1
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-2/+2
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-1/+1
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-091-2/+2
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-2/+2
* Remove HasValue from GridPekka Hyvönen2016-11-101-6/+6
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-4/+1
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-2/+2
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-9/+9
* Create a RadioButtonGroup that replaces the single select case of OptionGroupelmot2016-09-161-0/+91