summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/RpcDataProviderExtension.java
Commit message (Expand)AuthorAgeFilesLines
* Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-021-227/+22
* Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-011-10/+15
* Fix empty @since tags for 7.6.0.alpha47.6.0.alpha4Johannes Dahlström2015-08-261-6/+6
* Fix AbstractRemoteDataSource cache clearing (#18630)Teemu Suo-Anttila2015-08-211-3/+6
* Merge branch 'master' into grid-unbuffered-editorHenri Sara2015-08-191-273/+97
|\
| * Fix RpcDataProviderExtension to not rely on item indices (#18503)Teemu Suo-Anttila2015-08-181-266/+86
| * Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-171-1/+8
* | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-191-219/+43
|\|
| * Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-211-206/+35
* | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-131-0/+18
|\|
| * Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-091-0/+9
| * Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-0/+8
* | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-101-150/+70
|/
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-191-2/+2
* Add missing @since for 7.5Leif Åstrand2015-05-121-1/+21
* 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
* Fix RpcDataProvider cache clearing on bare ItemSetChange (#16481)Teemu Suo-Anttila2015-01-271-68/+83
* 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
* Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-131-48/+51
* Format project, once againArtur Signell2015-01-091-2/+2
* 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
* Fix RpcDataProviderExtension to send initial data on reload (#15465)Teemu Suo-Anttila2014-12-311-1/+2
* Set @since values for Grid classesLeif Åstrand2014-12-181-1/+1
* Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-121-7/+29
* Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-31/+34
* Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-111-3/+3
* Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-101-3/+20
* Add getColumns function to Grid (#13334)Teemu Suo-Anttila2014-12-081-19/+14
* Avoid non-fatal server-side assertions from selection tests (#13334)Leif Åstrand2014-12-061-2/+7
* Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-051-6/+10
* Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-041-1/+50