aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/BeanPropertySetTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-8/+12
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Always return a fresh copy of BeanPropertySet from cache (#10635)Ilia Motornyi2018-03-241-24/+33
|
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-141-2/+0
| | | Fixes #9210
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-1/+1
| | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-14/+13
| | | | Also removes dependency on junit.framework.TestCase .
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+0
| | | And remove unused imports.
* Binder with Nested Properties (#8923)chrosim2017-04-121-0/+81
|
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-011-0/+114
* 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