aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/focusable/AbstractFocusableComponentTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Make AbstractListing implement Focusable (#7965)Aleksi Hietanen2016-12-141-0/+45
* Make AbstractListing implement Focusable Fixes vaadin/framework8-issues#552 * Add tests for other components that inherit from AbstractListing * Fix setTabIndex in NativeSelect, ListSelect, RadioButtonGroup Also adds a test for TwinColSelect.