aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/grid/GridSelectionTest.java
Commit message (Expand)AuthorAgeFilesLines
* Adding css class to Editor when on selected row (#11636)Tatu Lund2019-06-261-0/+24
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-171-1/+1
* Fix space key on selection checkbox to select grid row (#10388)Marco Collovati2018-01-091-0/+18
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-9/+2
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-231-1/+0
* Fix typos (#10124)Ahmed Ashour2017-10-041-1/+1
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-2/+2
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-071-0/+10
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-221-0/+52
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-131-1/+1
* Provide declarative support for Grid. (#7961)Denis2016-12-131-1/+1
* Update client side selection state when changing selection model (#20370)Artur Signell2016-12-091-1/+0
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-061-0/+157
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-301-31/+21
* Add MultiSelect support for GridPekka Hyvönen2016-11-291-0/+283