aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data/BeanBinder.java
Commit message (Expand)AuthorAgeFilesLines
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-121-679/+0
* Automatically complete custom bindings in BeanBinder#bindInstanceFields (#8012)Aleksi Hietanen2017-01-031-3/+80
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-3/+2
* Rename SerializableBiConsumer into SetterIlia Motornyi2016-12-151-3/+3
* Add ValueProvider interface, use where appropriateAleksi Hietanen2016-12-151-2/+2
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-141-1/+0
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-4/+4
* Rename setRequired to asRequired since it's logically not a setter (#7986)Leif Åstrand2016-12-141-5/+5
* Erase type of BeanBinder#bindInstanceFields parameter in equality test 8.0.0.alpha9Aleksi Hietanen2016-12-091-2/+2
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-051-62/+67
* Ensure all BeanBinding chaining methods return BeanBindingLeif Åstrand2016-11-291-0/+51
* Simplify Binding API by removing the FIELDTYPE type parameterLeif Åstrand2016-11-291-24/+20
* Remove manual array copyPer-Åke Minborg2016-11-021-3/+2
* Remove Locale from BeanValidator because of ValueContextPekka Hyvönen2016-10-311-4/+4
* Disable default null representation one way converter.Denis Anisimov2016-10-261-1/+1
* Binder.bindInstanceFields(Object) method implementation (#47).Denis Anisimov2016-10-251-0/+233
* Correct serializable issues and test that components can be serializedLeif Åstrand2016-10-241-10/+11
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-241-2/+2
* Derive Listing components from HasValue.Denis Anisimov2016-10-211-17/+0
* Revert "Initial support for null representations in Binder"Denis Anisimov2016-10-201-5/+2
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-201-2/+5
* Extract validation availability check out of BeanValidator (#251).Denis Anisimov2016-09-231-2/+2
* Avoid explicit casting to getter return type in getDescriptor() (#292).Denis Anisimov2016-09-211-1/+10
* Override forSelect methods for BeanBinder to return narrowed type.Denis Anisimov2016-09-201-0/+17
* Implement support for binding single-select componentsJohannes Dahlström2016-09-141-18/+1
* Fix inconsistent API naming in Binder and remove unused handlerPekka Hyvönen2016-09-131-4/+4
* Refactor Binder Status Handling APIPekka Hyvönen2016-09-121-2/+2
* Update empty since tags for 8.0Henri Sara2016-09-081-1/+1
* Add item level validator support to BinderDenis Anisimov2016-09-021-0/+6
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-9/+8
* Remove trailing whitespaceArtur Signell2016-08-231-14/+14
* Implement BeanBinder with JSR-303 validationJohannes Dahlström2016-08-221-0/+322