aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui/RadioButtonGroupTest.java
Commit message (Collapse)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
| | | | Also removes dependency on junit.framework.TestCase .
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-3/+0
| | | And remove unused imports.
* 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
| | | | | Executing RPC methods is useful when testing component interaction with the server. Not only inside the framework but also when creating add-ons and applications.
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-251-1/+1
| | | | | Cannot overload the same create method for this purpose since it conflicts with T... overload. Each case is instead given its own descriptive but still discoverable method name.
* 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
| | | | | Renamed corresponding test packages too. Fixes vaadin/framework8-issues#110
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-091-2/+2
| | | | | | | | * Add a generic selection listener to Grid & SelectionModels Fixes some inconsistent event naming and invalid javadocs. Fixes vaadin/framework8-issues#541
* Renaming DataSource -> DataProvider to avoid collisions with ↵elmot2016-11-111-2/+2
| | | | | | javax.sql.DataSource Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11
* Remove HasValue from GridPekka Hyvönen2016-11-101-6/+6
| | | | | | | | | | | | | | | | | | | Extracts grid single selection into separate class, which is an extension like in V7. Using an extension makes it possible to easily add multiselect and no-select modes back, and support custom selection models. Adds Grid:asSingleSelect() SingleSelect so that grid can be used as a Select in a binder. Removes all remaining references to SelectionModels in Listings. Renames SingleSelectionChangeEvent to SingleSelectionEvent, because then it is unified with selection listener and MultiSelectionEvent. Fixes vaadin/framework8-issues#424 Fixes vaadin/framework8-issues#425 Change-Id: Ie22bef29cfd4336c3f65d4e63531c578b8dd76a3
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-4/+1
| | | | | | Fixes vaadin/framework8-issues#423 Change-Id: Ifd252b8feed323708a7ae73af2b836832570d192
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-2/+2
| | | | | | | Client side doesn't use selection model anymore. Fixes vaadin/framework8-issues#421 Change-Id: If3ecb1c2f3a0024df9bfdfd182eaf8cf8625ac75
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-9/+9
| | | | Change-Id: I785aa82d925cadee42cc1b17d345a8923f6dc8cc
* Create a RadioButtonGroup that replaces the single select case of OptionGroupelmot2016-09-161-0/+91
Change-Id: I56b0f1dfa889e2eaa3db9b0b0aac860f1bb4dea8