aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Only throw from Binder.bindInstanceFields if there are no bindings at all (#9...Artur2017-07-111-1/+6
* Clear errors when clearing binder fields (#9364)Artur2017-07-111-1/+4
* Wrap DataCommunicator#getBackEndSorting in an unmodifiable listAleksi Hietanen2017-07-111-2/+3
* Add since tags for 8.0.68.0.6Teemu Suo-Anttila2017-05-081-11/+11
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-05-081-0/+3
* Make bindInstanceFields not bind fields already bound using functions (#8998)Artur2017-05-081-3/+21
* Remove future version from `@since`elmot2017-05-081-11/+11
* Fix infinite loop in data communication (#8927)Aleksi Hietanen2017-05-081-21/+139
* Fix some javadoc errors (#8873)Ahmed Ashour2017-05-083-9/+9
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-03-301-0/+3
* Improved Binder#hasChanges JavaDoc (#8912)Matti Tahvonen2017-03-301-8/+12
* Fix infinite loop in data communication (#8951)Aleksi Hietanen2017-03-271-4/+11
* Minor fix for javadocs (#8710)Ilia Motornyi2017-03-071-3/+3
* Fix some issues with Binder serialization (#8660)8.0.1Ilia Motornyi2017-02-271-4/+9
* Use an informative exception message when Binder is incorrectly constructed (...Artur2017-02-271-2/+4
* Fix since tags for 8.0 (#8575)8.0.0.rc2Henri Sara2017-02-1622-17/+40
* Add javadoc clarification for DataProivder.refreshItem (#8585)Leif Åstrand2017-02-161-0/+8
* Clarify set/addSortComparator parameter name (#8562)Leif Åstrand2017-02-161-9/+9
* Binding a null bean should clear the bound field values (#8288)caalador2017-02-091-11/+26
* Clarify javadocs for query values not used for counting (#8509)Leif Åstrand2017-02-081-4/+9
* Allow configuring how string to number converters handle empty strings (#8506)Leif Åstrand2017-02-087-22/+128
* Provide a convenience method to get items set via setItems(). Denis2017-02-084-15/+74
* Extract data provider callbacks to named and documented interfaces (#8508)Leif Åstrand2017-02-082-27/+77
* Provide a way to configure bean binder to auto set required fields (#8460)Denis2017-02-083-3/+135
* Throw if there are no automatically bound fields via bindInstanceFields. (#8481)Denis2017-02-081-18/+31
* Add isValid to Binder (#8274)Aleksi Hietanen2017-02-032-7/+37
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-015-66/+92
* Introduce Binder.addFialdValueChangeListener (#8273)Denis2017-02-011-0/+28
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-2/+3
* Add a default getOptionalValue() to HasValue (#8324)Giovanni Lovato2017-01-271-0/+13
* Implement GridSortOrder and SortOrderBuilders (#8338)Aleksi Hietanen2017-01-276-0/+321
* Fix some faulty javaDoc namescaalador2017-01-261-6/+2
* Extract Bean validation logic from Binder to BeanValidationBinderDenis2017-01-255-35/+85
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-2510-23/+180
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-252-25/+56
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-257-26/+71
* Allow distinct configurable filter and wrapped filter types (#8322)Leif Åstrand2017-01-252-22/+28
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-253-22/+70
* Make BeanBinderPropertySet exclude Object properties (#8306)Leif Åstrand2017-01-241-3/+6
* Unify container wrapping (#8312)Leif Åstrand2017-01-244-88/+68
* Fix BeanBinderPropertySet to not deserialize into multiple instances (#8305)Leif Åstrand2017-01-231-29/+75
* Remove outdated filtering concepts (#8289)Leif Åstrand2017-01-234-171/+3
* Add ListDataProvider shorthands for filter conversion (#8279)Leif Åstrand2017-01-221-0/+195
* Add a data provider wrapper with a configurable filter (#8280)Leif Åstrand2017-01-205-3/+171
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-192-0/+125
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-195-76/+176
* Allow setting filters directly in ListDataProvider (#8267)Leif Åstrand2017-01-191-5/+164
* Simplified javadoc (#8272)Matti Tahvonen2017-01-181-6/+5
* Make data providers statefull with regards to default sort orders (#8247)Leif Åstrand2017-01-172-94/+180
* Add separate modules to test Bean Validation lib necessity. (#8249)Denis2017-01-161-2/+10