summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/fieldgroup/BeanFieldGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-269/+0
* 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-181-3/+3
* Use introspection instead of reflection to get property type (#10672).Denis Anisimov2014-12-161-36/+15
* Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-111-1/+8
* Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-021-3/+4
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Added convenience methods for bean binding (#13068)Matti Tahvonen2014-03-271-0/+54
|/
* Make sure bean field validators are only added once (#11045)Patrik Lindström2013-08-071-1/+17
* Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-121-1/+1
|\
| * Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-051-1/+1
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-011-2/+12
|\|
| * Fixed BindException when binding nested properties with BeanFieldGroup.buildA...John Ahlroos2013-02-281-2/+12
* | Fix JDK 1.7 dependency in #10426Henri Sara2013-02-141-1/+2
* | Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-131-2/+34
|/
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+157