aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Hierarchical data (#8842)Aleksi Hietanen2017-03-1610-23/+1661
* Minor fix for javadocs (#8710)Ilia Motornyi2017-03-011-3/+3
* Fix some issues with Binder serialization (#8660)Ilia Motornyi2017-02-231-4/+9
* Add initial implementation of TreeGrid (#8572)Aleksi Hietanen2017-02-231-0/+39
* Use an informative exception message when Binder is incorrectly constructed (...Artur2017-02-201-2/+4
* Fix since tags for 8.0 (#8575)Henri 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-141-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
* Introduce Binder.setReadOnly() (#8241)Denis2017-01-161-0/+17
* Add "deselect allowed" feature to the Grid. (#8227)Denis2017-01-131-0/+20
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-135-117/+196
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-12/+26
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-126-698/+832
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-102-0/+21
* Add LocalDateToDateConverter (#8147)Leif Åstrand2017-01-051-0/+80
* Avoid redundant autoboxing in BackEndDataProvider's size callback (#8127)Aleksi Hietanen2017-01-041-3/+4
* Automatically complete custom bindings in BeanBinder#bindInstanceFields (#8012)Aleksi Hietanen2017-01-032-3/+121
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-0212-31/+29