aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/BeanBinderPropertySetTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-011-117/+0
| | | | | | | | | * Make Grid add columns based on bean properties The property set concept used for Binder is slightly generalized and used by Grid as well to support similar functionality. Fixes vaadin/framework8-issues#250
* Make BeanBinderPropertySet exclude Object properties (#8306)Leif Åstrand2017-01-241-0/+16
| | | | * Make BeanBinderPropertySet exclude Object properties
* Fix BeanBinderPropertySet to not deserialize into multiple instances (#8305)Leif Åstrand2017-01-231-12/+61
| | | | * Fix BeanBinderPropertySet to not deserialize into multiple instances
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-121-0/+52
* Integrate BeanBinder functionality into Binder