summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/RpcDataProviderExtension.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-041-0/+8
* 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
* Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-011-2/+2
* Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-261-2/+2
* Fixes property change events after first render (#13334)Henrik Paul2014-11-061-0/+6
* Prevent row insert/remove RPC calls before client init (#13334)Teemu Suo-Anttila2014-11-051-2/+15
* Fix RpcDataSource to use RPC for row pins/unpins (#13334)Teemu Suo-Anttila2014-10-221-60/+7
* Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-031-13/+48
* Map row data with column ids instead of using an array (#13334)Teemu Suo-Anttila2014-09-261-3/+7
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-031-53/+30
|\
* | Fixes an occasional synchronization problem with duplicate updates (#13334)Henrik Paul2014-08-271-1/+1