summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags7.5.4Mika Murtojarvi2015-08-191-3/+3
* StringToBooleanConverter API improved (#18466)elmot2015-08-191-18/+65
* Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-181-1/+8
* Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-211-206/+35
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-101-0/+9
* Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-081-3/+1
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-041-0/+8
* Fix spellingSteven Spungin2015-07-041-1/+1
* Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-081-4/+14
* Properly handle readonly fields when clearing FieldGroup (#17166)Artur Signell2015-06-011-2/+15
* Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-292-12/+7
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-191-2/+2
* Do not leave transaction open if remove fails (#17858)Artur Signell2015-05-181-2/+8
* Make TableQuery only release connections reserved through its pool (#12370)Artur Signell2015-05-181-4/+4
* Add missing @since for 7.5Leif Åstrand2015-05-122-1/+23
* Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-151-1/+1
|\
| * Javadoc fixLeif Åstrand2015-04-091-1/+1
* | Fixed some faulty asserts in Grid's detail row creation (#17293)Henrik Paul2015-03-271-10/+26
* | Update all empty since tags published in alpha1Leif Åstrand2015-03-261-3/+3
* | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-251-2/+3
* | Move DetailComponentManager from Grid to RDPE (#16644)Henrik Paul2015-03-201-5/+264
* | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-191-2/+102
|\ \ | |/ |/|
| * Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-181-0/+7
| * Fixes a bug in Details being open on freshly retrieved Grid rows (#16644)Henrik Paul2015-03-181-1/+4
| * Grid's Details can now be Components (#16644)Henrik Paul2015-03-171-1/+30
| * Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-171-3/+69
* | Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-161-82/+37
|/
* Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-02-241-1/+2
* Fix RpcDataProviderExtension value change listener setup (#16550)Teemu Suo-Anttila2015-02-131-31/+55
* Fix NullPointerException when changing Grid container (#16559)Johannes Dahlström2015-02-111-2/+2
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-061-1/+1
* Render Object.toString() when no converter is set (#15417)Artur Signell2015-02-051-14/+11
* Defer RPC calls in RpcDataProvider to avoid cache issues (#16505)Teemu Suo-Anttila2015-02-041-30/+82
* Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-031-20/+87
* Use a custom field factory for editor row (#16513)Artur Signell2015-02-031-5/+17
* Fix RpcDataProvider cache clearing on bare ItemSetChange (#16481)Teemu Suo-Anttila2015-01-271-68/+83
* Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-261-14/+30
|\
| * Handle cases when start/end date is not set for Between filter (#13354).Denis Anisimov2015-01-261-14/+30
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-211-0/+14
|\|
| * Fix for: TreeTable with ContainerHierarchicalWrapper not correctlyJohannes Tuikkala2015-01-201-0/+14
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1610-31/+2352
|\ \ | |/ |/|
| * Make Grid send Json as Json (#16244)Leif Åstrand2015-01-151-2/+2
| * Minor loop cleanup/optimization for #15443 fixJohannes Dahlström2015-01-141-19/+16
| * Fix IndexOutOfBoundsException in RpcDataProviderExtension (#15443)Johannes Dahlström2015-01-141-14/+19
| * Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-141-5/+8
| |\
| * | Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-131-48/+51
| * | Format project, once againArtur Signell2015-01-093-4/+5
| * | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-071-2/+2
| * | Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-021-1/+1
| * | Fix active row range handling when removing rows (#15454)Teemu Suo-Anttila2014-12-311-21/+32