aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/fieldbinder/FormBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Integrated FormBuilder into FieldGroup, renamedArtur Signell2011-12-221-295/+0
* Renamed FieldBinder -> FieldGroup, BeanFieldBinder -> BeanFieldGroupArtur Signell2011-12-221-4/+4
* #8095 Renamed FieldBinderFieldFactory -> FormBuilderFieldFactoryArtur Signell2011-12-211-3/+3
* Added FormBuilder.BuildExceptionArtur Signell2011-12-211-2/+12
* Throw real exceptions from helpers in ReflectToolsArtur Signell2011-12-201-1/+16
* Added generics to FieldBinderFieldFactoryArtur Signell2011-12-191-6/+24
* #8095 Allow binding all fields in a class using FieldBinder instead ofArtur Signell2011-12-191-156/+7
* #8095 Added field type to field factory to be able to validate that aArtur Signell2011-12-161-14/+39
* Fixed missing apache licenseArtur Signell2011-12-151-0/+3
* #8095 Initial raw version of FieldBinder and related classesArtur Signell2011-12-151-0/+373