aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/BinderCustomPropertySetTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+1
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-7/+10
| | | | Also removes dependency on junit.framework.TestCase .
* Binder with Nested Properties (#8923)chrosim2017-04-121-0/+4
|
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-011-6/+12
| | | | | | | | | * 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
* Extract Bean validation logic from Binder to BeanValidationBinderDenis2017-01-251-7/+0
| | | Fixes #8253
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-121-0/+144
* Integrate BeanBinder functionality into Binder