aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/treegrid
Commit message (Expand)AuthorAgeFilesLines
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-131-8/+1
* Add aria-rowcount to grid (#10167)Knoobie2017-10-111-0/+73
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-036-30/+35
* Fix TreeGrid double click event in hierarchy column (#10070)Adam Wagner2017-09-251-0/+36
* Remove element explicitly when reordering tree grid rows (#9952)Adam Wagner2017-09-111-0/+33
* Rewrite HierarchyMapper to consistently handle changes Teemu Suo-Anttila2017-06-151-7/+3
* Allow changing the renderer of hierarchy column in TreeGrid (#9514)Teemu Suo-Anttila2017-06-131-34/+30
* Make select all work with TreeGrid (#9412)Aleksi Hietanen2017-05-231-0/+60
* Remove unnecessary rowmode prefix from TreeGrid focus styles (#9327)Teemu Suo-Anttila2017-05-162-21/+21
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-162-2/+2
* Reset HierarchicalDataCommunicator on changes (#9275)Aleksi Hietanen2017-05-111-0/+121
* Fix selection with space in TreeGrid/TreeHenri Sara2017-05-101-0/+45
* HierarchicalDataProvider cache invalidation workaround (#9218)Aleksi Hietanen2017-05-021-0/+32
* Improve expand and collapse of items in TreeGrid (#9159)Aleksi Hietanen2017-05-023-6/+116
* Make TreeGrid follow framework style conventionsAleksi Hietanen2017-04-262-24/+34
* Fix race condition between rendering TreeGrid and setting up headers (#9105)Teemu Suo-Anttila2017-04-211-0/+15
* Fix empty TreeGrid (#9067)Aleksi Hietanen2017-04-121-0/+19
* Fix initial expand of TreeGrid itemsAleksi Hietanen2017-04-111-0/+23
* Add server-side expand and collapse to TreeGrid (#9021)Aleksi Hietanen2017-04-062-25/+161
* TreeGrid keyboard navigation Ilia Motornyi2017-04-052-31/+241
* Added test for removing last row in cachePekka Hyvönen2017-03-272-1/+47
* Fix TreeGridBasicFeaturesTest for IE11 (#8933)Ilia Motornyi2017-03-241-0/+6
* Improve caching when expanding nodes in hierarchical data (#8902)Teemu Suo-Anttila2017-03-241-0/+52
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-233-4/+115
* Add collapse and expand events to TreeGrid (#8889)Aleksi Hietanen2017-03-211-0/+28
* Hierarchical data (#8842)Aleksi Hietanen2017-03-162-17/+202
* Add initial implementation of TreeGrid (#8572)Aleksi Hietanen2017-02-231-0/+109