aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/event/selection
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/+7
| | | | Also removes dependency on junit.framework.TestCase .
* Use getFirstSelectedItem() instead of getFirstSelected(). (#8308)Denis2017-01-241-5/+5
| | | | | | * Use getFirstSelectedItem() instead of getFirstSelected(). Fixes vaadin/framework8-issues#596
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-301-2/+1
| | | | | | | It is by default shown only if used data provider is in-memory. Can be configured to be explicitly shown or hidden. Change-Id: I50569d915604c3722a22e14b7628663d5680ed83
* Remove HasValue from GridPekka Hyvönen2016-11-101-2/+2
| | | | | | | | | | | | | | | | | | | 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
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-1/+2
| | | | Change-Id: I785aa82d925cadee42cc1b17d345a8923f6dc8cc
* Move old SelectionEvent to V7 and create a new selection event supertype Denis Anisimov2016-10-241-0/+68
Change-Id: I17496c803f81fdaa98e47cbfcc9bdc91625c134f