summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Allow to override transactional property wrapper strategy (#13883).Denis Anisimov2015-01-131-5/+8
| * Reformat project using Eclipse Luna SR1Artur Signell2014-12-292-2/+3
* | 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
|\|
| * Ensure enum fields are created when not specifying a strict type (#10975)Artur Signell2014-12-181-3/+21
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-181-3/+3
* | Set @since values for Grid classesLeif Åstrand2014-12-185-16/+24
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1815-14/+29
|\|
| * Missing @since for 7.4Leif Åstrand2014-12-184-2/+17
| * Empty since tags -> 7.4Artur Signell2014-12-1711-11/+11
* | 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
|\|
| * Use introspection instead of reflection to get property type (#10672).Denis Anisimov2014-12-163-141/+194
| * Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-151-0/+6
* | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-121-11/+51
|\|
| * Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-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 SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-121-1/+0
| * Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-111-9/+11
| * Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-112-9/+19
| * Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-091-1/+1
| * Returning all validation errors in the exception cause when submitting a fiel...Alexey Fansky2014-12-091-23/+63
| * Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-085-5/+18
| * SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-051-12/+14
| * Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-023-7/+35
| * Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-011-2/+6
* | 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
|\|
| * Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-193-35/+24
* | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-261-2/+2