aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-193-15/+19
|\
| * Set @since values for Grid classesLeif Åstrand2014-12-183-15/+19
* | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-181-3/+4
|\|
| * Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-187-7/+15
| |\
* | \ Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-183-2/+9
|\ \ \ | | |/ | |/|
| * | Missing @since for 7.4Leif Åstrand2014-12-183-2/+10
* | | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-185-30/+999
|\ \ \ | |/ / |/| / | |/
| * Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-171-1/+1
| * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-173-105/+185
| |\
| * | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| * | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-121-11/+51
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1210-34/+81
| |\ \ \
| * | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-122-2/+2
| * | | | Add Grid.addRow (#13334)Leif Åstrand2014-12-091-12/+15
| * | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-283-35/+24
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-163-3/+164
| |\ \ \ \ \
| * | | | | | 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-205-18/+852
| |\ \ \ \ \ \
| | * | | | | | 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 branch 'master' into gridLeif Åstrand2014-08-223-18/+160
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into gridLeif Åstrand2014-07-222-1/+4
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'master' into gridTeemu Suo-Anttila2014-05-2089-102/+116
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2014-04-253-18/+160
* | | | | | | | | | | Empty since tags -> 7.4Artur Signell2014-12-174-4/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Use introspection instead of reflection to get property type (#10672).Denis Anisimov2014-12-162-105/+179
* | | | | | | | | | Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-151-0/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-121-11/+51
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | 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
* | | | | | | | Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-091-1/+1
* | | | | | | | 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-022-4/+31
* | | | | | | | Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-011-2/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-193-35/+24
| |_|_|_|_|/ |/| | | | |
* | | | | | Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-131-3/+65
* | | | | | String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-302-0/+99
|/ / / / /
* | | | | Add new StringTo<Byte, Short, BigInteger> Converters(#14583)denis.magdenkov2014-09-193-0/+240
* | | | | Made MethodPropertyDescriptor box primitive types as it's done in MethodPrope...Taras Hupalo2014-09-193-28/+8
|/ / / /
* | | / Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-08-201-25/+29
| |_|/ |/| |
* | | Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-172-1/+4
| |/ |/|
* | Update remaining copyright years to 2014Artur Signell2014-04-231-1/+1
* | Merge changes from origin/7.1Artur Signell2014-04-2388-95/+95
|\ \
| * | Update copyright year to 2014Artur Signell2014-04-1689-96/+96
* | | Merge changes from origin/7.1Artur Signell2014-04-231-6/+20
|\| | | |/ |/|