aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Grid.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Fix compatibility Grid column reorder of partially hidden joined cells. (#12427)Anna Koskinen2021-10-131-2/+5
* Applied save actions to compatibility Grid client-side classes. (#12389)8.14.0.beta1Anna Koskinen2021-08-271-63/+76
* Fix compatibility Grid column reorder with partially hidden joined cells (#12...Anna Koskinen2021-08-261-3/+6
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Fix to compatibility Grid sorting after removing multi-select. (#12012)Anna Koskinen2020-05-151-17/+33
* Catch exception that is thrown when Grid is scrolled during operation (#12002)Tatu Lund2020-05-141-7/+13
* Fix NPE in v7 compatibility Grid during datasource rebind (#11473)Tobse2019-03-271-3/+5
* formatting changesOlli Tietäväinen2018-12-041-6/+4
* removed unnecessary string concatenationOlli Tietäväinen2018-12-041-1/+1
* formatting changesOlli Tietäväinen2018-12-041-7/+6
* v7 Grid performance improvements picked to compatibility packageOlli Tietäväinen2018-12-041-137/+238
* Fixes to displaying Grid in a detail row. (#11147)Anna Koskinen2018-10-081-1/+1
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-4/+5
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-1/+1
* Fix typos (#10158)Ahmed Ashour2017-10-101-1/+1
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-4/+3
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-091-1/+1
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-12/+12
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-12/+13
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-10/+5
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-5/+5
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-211-13/+8
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-6/+6
* Simplify boolean expressionsAhmed Ashour2017-09-131-2/+2
* Fix missing since tag in compatibility package GridAleksi Hietanen2017-08-301-1/+1
* Resize should work within Grid details row (#9808)Ansku2017-08-221-0/+13
* Fix client-side memory leak caused by Grid events (#9103)Aleksi Hietanen2017-04-191-58/+74
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-071-17/+0
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-071-165/+236
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-221-3/+18
* Move Grid event handlers to a list, add method to add custom handlersJohannes Dahlström2017-01-031-152/+190
* Refactor Grid event handling methods to instances of a handler interfaceJohannes Dahlström2017-01-031-133/+181
* Start client-side Grid DOM event handling refactorJohannes Dahlström2017-01-031-16/+33
* Update @since tags for 7.7.5Denis Anisimov2017-01-031-0/+2
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-49/+175
* Small fixes to javadocselmot2016-12-011-1/+1
* Migrating 7.7.1, 7.7.2, 7.7.3 to V8.Denis Anisimov2016-10-031-72/+58
* Add simple data change handling for SelectsTeemu Suo-Anttila2016-09-011-1/+1
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-3/+3
* Organize importsArtur Signell2016-08-301-7/+7
* Duplicate shared classes of the Vaadin 7 GridTeemu Suo-Anttila2016-08-301-5/+5
* Duplicate client-side of the Vaadin 7 GridTeemu Suo-Anttila2016-08-301-0/+8968