aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/data/DataProviderRefresh.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix Grid not updating selected item immediately (#10569)Teemu Suo-Anttila2018-01-251-5/+17
|
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-2/+2
| | | Also use "event" as the name for events
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-1/+1
|
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-2/+0
| | | And remove unused imports.
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-231-0/+118
This patch refactors the internals of Grid single selection model implementation. Fixes #9380