Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 1 | -15/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 1 | -1/+1 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 1 | -7/+10 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Binder with Nested Properties (#8923) | chrosim | 2017-04-12 | 1 | -0/+4 |
| | |||||
* | Make Grid add columns based on bean properties (#8392) | Leif Åstrand | 2017-02-01 | 1 | -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 BeanValidationBinder | Denis | 2017-01-25 | 1 | -7/+0 |
| | | | Fixes #8253 | ||||
* | Integrate BeanBinder functionality into Binder (#8096) | Leif Åstrand | 2017-01-12 | 1 | -0/+144 |
* Integrate BeanBinder functionality into Binder |