aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | Fix RpcDataProviderExtension to send initial data on reload (#15465)Teemu Suo-Anttila2014-12-311-1/+2
| * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-292-6/+24
| |\ \
| * | | Set @since values for Grid classesLeif Åstrand2014-12-185-16/+24
| * | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1815-14/+29
| |\ \ \
| * | | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-173-3/+3
| * | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-174-141/+200
| |\ \ \ \
| * | | | | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| * | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-121-11/+51
| |\ \ \ \ \
| * | | | | | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-121-7/+29
| * | | | | | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-121-1/+2
| * | | | | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1212-60/+158
| |\ \ \ \ \ \
| * | | | | | | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-31/+34
| * | | | | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-124-2/+261
| * | | | | | | 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 Grid.addRow (#13334)Leif Åstrand2014-12-091-12/+15
| * | | | | | | 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
| * | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-283-35/+24
| |\ \ \ \ \ \ \
| * | | | | | | | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-261-2/+2
| * | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-141-8/+24
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-165-6/+205
| |\ \ \ \ \ \ \ \ \