Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 1 | -8/+12 |
| | |||||
* | 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 |
| | |||||
* | Always return a fresh copy of BeanPropertySet from cache (#10635) | Ilia Motornyi | 2018-03-24 | 1 | -24/+33 |
| | |||||
* | Improve nested property support for Binder (#9925) | Olli Tietäväinen | 2017-11-14 | 1 | -2/+0 |
| | | | Fixes #9210 | ||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 1 | -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 Ashour | 2017-10-03 | 1 | -14/+13 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 1 | -1/+0 |
| | | | And remove unused imports. | ||||
* | Binder with Nested Properties (#8923) | chrosim | 2017-04-12 | 1 | -0/+81 |
| | |||||
* | Make Grid add columns based on bean properties (#8392) | Leif Åstrand | 2017-02-01 | 1 | -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 |