aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/table
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup (#12333)Anna Koskinen2021-07-082-24/+11
* Fix scrolling problem in table in Chrome 56+ (#12015)Anna Koskinen2020-05-191-0/+86
* Table / TreeTable multiselect disabling of touch detection (#12014)Anna Koskinen2020-05-192-1/+43
* Making V8 ReadOnly TextField select row in table upon clicking (#11480)Anastasia Smirnova2019-03-271-0/+54
* Updating chrome version to 69 in tests (#11182)Mehdi Javan2018-09-171-1/+6
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-1729-209/+178
* Remove old ignored test (#10806)8.4.0.beta1Ilia Motornyi2018-04-111-84/+0
* Remove empty comments (#10789)Ilia Motornyi2018-04-059-34/+0
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2847-711/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-2738-38/+38
* Remove unused imports (#10330)Ahmed Ashour2017-11-211-1/+0
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-01101-1624/+631
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-2/+2
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-312-3/+2
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-19/+13
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-264-59/+31
* Fix typos (#10213)Ahmed Ashour2017-10-201-1/+1
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-4/+7
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-122-2/+2
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-102-3/+2
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-091-1/+1
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-022-8/+6
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-291-1/+0
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-283-3/+4
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-1/+1
* Remove unused @VERSION@Ahmed Ashour2017-09-251-1/+0
* Construct array inline (#10068)Ahmed Ashour2017-09-235-7/+7
* Add empty line at end of fileAhmed Ashour2017-09-239-9/+9
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-1/+1
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-2/+2
* Use simple class namesAhmed Ashour2017-09-201-2/+2
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
* Fix varargs warningsAhmed Ashour2017-09-1313-20/+16
* Fix generics type in test (#9977)Ahmed Ashour2017-09-131-1/+1
* Fix making components visible by push (#9934)Henri Sara2017-09-061-0/+5
* Fix occasional empty rows in Table and TreeTable (#9800)Henri Sara2017-08-091-0/+40
* Correct license locationAhmed Ashour2017-03-141-16/+0
* Fix some generics warnings in EclipseAhmed Ashour2017-03-081-1/+1
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-071-4/+0
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-071-14/+4
* Use try-with-resources (#8757)Ahmed Ashour2017-03-071-5/+4
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-205-5/+5
* Clean up SQL container tests. (#8091)Denis2016-12-283-282/+0
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-2012-15/+16
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-2/+2
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-124-6/+10
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-3/+3
* Move all themes except Valo into a new compatibility-themes packageAleksi Hietanen2016-10-134-5/+6
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-1319-52/+4
* Fix broken tests because of default theme change (Valo).Denis Anisimov2016-10-071-2/+2