aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/treegrid
Commit message (Expand)AuthorAgeFilesLines
* Updates to TreeGrid's ensureAvailability handling. (#12374)Anna Koskinen2021-08-201-0/+22
* Fix rendering of TreeGrid's frozen columns after hierarchy-column reset (#12028)Tarek Oraby2020-06-181-0/+40
* Test tweaks (#11841)Anna Koskinen2019-12-061-3/+3
* Don't attempt to send expand/collapse events for disabled TreeGrid. (#11823)Anna Koskinen2019-11-211-0/+24
* Make sure expanding/collapsing updates expected cache size. (#11753)Anna Koskinen2019-10-221-0/+41
* Updated row and spacer handling for Escalator (#11438)Anna Koskinen2019-08-292-66/+448
* Improvements to detail row index handling. (#11345)Anna Koskinen2019-07-162-0/+805
* Improvement to details row height handling. (#11351)Anna Koskinen2018-12-041-0/+91
* Fix expanding an added TreeGrid node (#11018)Teemu Suo-Anttila2018-07-021-0/+29
* Fix IE11 tests for BrowserStack environment (#10959)Teemu Suo-Anttila2018-06-041-6/+0
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-174-29/+31
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-172-3/+9
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-082-0/+124
* 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