aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Grid.java
Commit message (Expand)AuthorAgeFilesLines
* 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