aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-195-16/+24
|\
| * Set @since values for Grid classesLeif Åstrand2014-12-185-16/+24
* | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-181-3/+4
|\|
| * Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1815-14/+29
| |\
* | \ Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-184-2/+16
|\ \ \ | | |/ | |/|
| * | Missing @since for 7.4Leif Åstrand2014-12-184-2/+17
* | | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-1810-31/+2327
|\ \ \ | |/ / |/| / | |/
| * 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
| |\ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | Pass correct item instance to PropertyValueGenerators (#13334)Teemu Suo-Anttila2014-09-251-1/+1
| * | | | | | | Fix GeneratedPropertyContainer property adding and removing (#13334)Teemu Suo-Anttila2014-09-251-43/+90
| * | | | | | | Fix GeneratedPropertyContainer to support add and remove events (#13334)Teemu Suo-Anttila2014-09-241-1/+77
| * | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-207-18/+1819
| |\ \ \ \ \ \ \
| | * | | | | | | Add Property and Item change notifiers for generated properties (#13334)Teemu Suo-Anttila2014-09-191-4/+76
| | * | | | | | | Add Container.Filterable to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-191-1/+81
| | * | | | | | | Add Container.Sortable interface to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-171-2/+82
| | * | | | | | | Initial implementation of GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-162-0/+460
| | * | | | | | | 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
| | * | | | | | | | Merge branch 'master' into gridLeif Åstrand2014-08-225-18/+1150
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Sending a drag select over the wire in a batch (#13334)Henrik Paul2014-08-191-3/+66
| | | * | | | | | | Merge branch 'master' into gridLeif Åstrand2014-07-222-1/+4
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Server-side sorting updates data on client-side (#13334)Teemu Suo-Anttila2014-07-101-5/+11
| | | * | | | | | | | Fix unpinning in DataProviderKeyMapper (#13334)Teemu Suo-Anttila2014-07-091-3/+3
| | | * | | | | | | | Removes the version number from @since in Grid classes (#13334)Henrik Paul2014-07-081-1/+1
| | | * | | | | | | | Adds key-related helper methods to Renderers. (#13334)Henrik Paul2014-07-041-1/+14