summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-193-35/+24
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-051-7/+22
* FieldGroup should not throw NPE when data source is not set (#14901).Denis Anisimov2014-10-221-1/+2
* Make DefaultFieldGroupFieldFactory singleton (#11038).Denis Anisimov2014-10-132-1/+18
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-131-3/+65
* FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-091-2/+8
* String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-302-0/+99
* Add clear() for fields and field group (#14755)Artur Signell2014-09-261-0/+15
* 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
* Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584)denis.magdenkov2014-09-176-0/+286
* 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-23117-125/+125
|\
| * Update copyright year to 2014Artur Signell2014-04-16118-126/+126
* | Merge changes from origin/7.1Artur Signell2014-04-232-7/+27
|\|
| * Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-141-1/+1
| * Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)Teemu Suo-Anttila2014-04-142-7/+27
* | Merge branch '7.2'Jonatan Kronqvist2014-04-144-212/+18
|\ \
| * | Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)"Jonatan Kronqvist2014-04-114-212/+18
* | | Don't allocate unnecessary memory for empty array of Objects inDenis Anisimov2014-04-101-9/+17
|/ /
* | Added convenience methods for bean binding (#13068)Matti Tahvonen2014-03-271-0/+54
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-215-6/+6
* | Format project files according to conventionsArtur Signell2014-03-191-12/+10
* | Revert "Merge branch 'master' into grid"John Ahlroos2014-03-181-148/+0
* | Merge branch 'master' into gridLeif Åstrand2014-03-181-0/+148
|\ \
| * \ Merge branch 'master' into gridHenrik Paul2014-03-032-122/+143
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-127-46/+36
| |\ \ \
| * | | | Grid supports data set changes (#12645)Henrik Paul2013-12-171-12/+59
| * | | | Merge branch 'master' into grid-mergeHenrik Paul2013-12-044-163/+21
| |\ \ \ \
| * | | | | Introduce initial data source support for Grid (#12878)Leif Åstrand2013-11-221-0/+101
* | | | | | Make com.vaadin.data.util.filter.Like accept Object as a property id.Maciej Przepióra2014-03-141-2/+2
* | | | | | Merge changes from origin/7.1Build Agent2014-03-131-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Class AbstractTransactionalQuery should be public (#12285)Edoardo Vacchi2014-03-121-1/+1
* | | | | Merge changes from origin/7.1Build Agent2014-02-271-79/+101
|\| | | |
| * | | | Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-251-79/+101
* | | | | Merge changes from origin/7.1Build Agent2014-02-131-43/+42
|\| | | | | |_|_|/ |/| | |
| * | | Javadoc formatting fixupLeif Åstrand2014-02-131-43/+42
* | | | Merge changes from origin/7.1Jonatan Kronqvist2014-02-106-40/+36
|\| | |
| * | | Do not throw NPE for equals(null) (#8910)Artur Signell2014-01-215-0/+18
| * | | Remove references to read/write through modes (#13184)Artur Signell2014-01-211-40/+18
| * | | Backported null value support for NestedMethodProperty to 7.1 (#12884)Jarno Rantala2013-12-163-10/+19
| * | | Add StringToLongConverter for automatic handling of long values (#12225)Artur Signell2013-10-302-0/+80
* | | | Remove dead codeJohannes Dahlström2014-01-171-6/+0
| |_|/ |/| |
* | | Simplified support for null intermediate properties (#11435)Artur Signell2013-11-304-163/+21
| |/ |/|
* | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-164-18/+214
* | Merge changes from origin/7.1Artur Signell2013-09-172-1/+12
|\|
| * NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-131-0/+9
| * NullPointerException in TableQuery.fetchMetadata() (#11403)Edoardo Vacchi2013-09-131-1/+3