aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Grid.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Code cleanup (#12333)Anna Koskinen2021-07-081-15/+18
* Include compatibility tests in validation builds (#12250)Anna Koskinen2021-03-261-0/+3
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-031-3/+4
* Sanitize caption used in compatibility Grid header (#12018)Anna Koskinen2020-05-201-0/+2
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* 8.3.2 since (#10678)Ilia Motornyi2018-03-051-4/+4
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-11/+87
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-061-1/+0
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-311-1/+1
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-3/+3
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-6/+4
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-34/+34
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-4/+5
* Fix typos (#10095)Ahmed Ashour2017-09-271-22/+27
* Implement error level on client side (#9817)Adam Wagner2017-09-271-0/+1
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-10/+16
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-3/+1
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-12/+0
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-10/+10
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-6/+6
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-4/+0
* Revert immediate tests, deprecate HasUserSelectionAllowedTeemu Suo-Anttila2017-03-071-0/+1
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-071-8/+111
* Revert diamond operator changesTeemu Suo-Anttila2017-03-071-41/+44
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-11/+8
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-221-0/+3
* Updated migration related documentation (#8602)Pekka Hyvönen2017-02-171-0/+3
* Update @since tags for 7.7.5Denis Anisimov2017-01-031-2/+4
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-151-5/+5
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-4/+76
* Update client side selection state when changing selection model (#20370)Artur Signell2016-12-091-0/+4
* Send selection change events when changing selection mode (#20391)Artur Signell2016-12-091-1/+12
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-12-091-0/+16
* Check for duplicate property ids when setting Grid columns or column order (#...Artur Signell2016-12-091-0/+10
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-12-091-1/+3
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-3/+48
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-2/+5
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-16/+25
* Move old SelectionEvent to V7 and create a new selection event supertype Denis Anisimov2016-10-241-3/+3
* Migrating 7.7.1, 7.7.2, 7.7.3 to V8.Denis Anisimov2016-10-031-1/+17
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-231-0/+46
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-7/+7
* Organize importsArtur Signell2016-08-301-3/+3
* Duplicate shared classes of the Vaadin 7 GridTeemu Suo-Anttila2016-08-301-18/+18
* Move Item to compatibility packageArtur Signell2016-08-241-3/+3
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-0/+7355