aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Make data providers statefull with regards to default sort orders (#8247)Leif Åstrand2017-01-176-215/+263
* Add separate modules to test Bean Validation lib necessity. (#8249)Denis2017-01-161-2/+10
* Introduce Binder.setReadOnly() (#8241)Denis2017-01-162-0/+80
* Fix comments in serializable functional interfaces (#8246)Leif Åstrand2017-01-163-5/+5
* Support for HTML5 push/replaceState for proper deep linking features (#8116)Matti Tahvonen2017-01-132-13/+205
* Add "deselect allowed" feature to the Grid. (#8227)Denis2017-01-132-0/+30
* Support for defining the root element for Javascript components (#8143)Artur2017-01-131-3/+22
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-1321-188/+268
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-1318-48/+145
* Make server tests use fixed locale where needed (#8226)Henri Sara2017-01-124-5/+13
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-1214-768/+1076
* Remove unused private method (#8224)Leif Åstrand2017-01-111-15/+0
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-1013-33/+168
* Fix broken method signature of Grid.addColumn (#8180)Aleksi Hietanen2017-01-102-2/+2
* Refactor AbstractDateField. (#8146)Denis2017-01-1013-159/+448
* Allow AbstractField to override value equality (#8201)Leif Åstrand2017-01-102-1/+76
* Remove uriFragmentChanged from the public API of UriFragmentManager (#8164)Leif Åstrand2017-01-093-21/+8
* Add LocalDateToDateConverter (#8147)Leif Åstrand2017-01-052-0/+180
* Restore all current instance values after running access tasks (#8131)Leif Åstrand2017-01-052-5/+37
* Avoid redundant autoboxing in BackEndDataProvider's size callback (#8127)Aleksi Hietanen2017-01-042-3/+39
* Automatically complete custom bindings in BeanBinder#bindInstanceFields (#8012)Aleksi Hietanen2017-01-033-3/+179
* Update @since tags for 7.7.5Denis Anisimov2017-01-031-0/+2
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-0262-182/+105
* Clean up calendar tests. (#8094)Denis2016-12-271-1/+1
* Remove caption from javadoc comment (#8080)Pekka Hyvönen2016-12-231-2/+2
* Listing must be a ComponentPekka Hyvönen2016-12-221-1/+3
* Remove unused caption from Column constructor (#8077)Pekka Hyvönen2016-12-221-5/+3
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-20113-431/+412
* Remove Google App Engine support, tests and documentation (#8034)Pekka Hyvönen2016-12-203-629/+8
* Declarative tests improvementsDenis2016-12-207-16/+53
* Fix for Grid declarative format (read). (#8050)Denis2016-12-202-5/+13
* Deprecate FontAwesome icon constants (#8032)Pekka Hyvönen2016-12-191-0/+4
* @since tag is set (#8021)Denis2016-12-167-7/+7
* Add a SortListener to a Grid (#8008)8.0.0.alpha10Denis2016-12-153-3/+183
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-154-377/+2
* Fix import in SortOrderProvider (#8007)Henri Sara2016-12-151-1/+1
* Delete CheckboxRendererIlia Motornyi2016-12-151-58/+0
* Extract interfaces from Grid (#8005)Teemu Suo-Anttila2016-12-1531-687/+1061
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-1548-82/+88
* Redesign user-defined column identifiers for Grid (#7983)Teemu Suo-Anttila2016-12-1510-240/+343
* Allow defining a focus delegate component for CustomField (#20336)Pekka Hyvönen2016-12-151-0/+50
* Rename SerializableBiConsumer into SetterIlia Motornyi2016-12-154-25/+38
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-153-4/+49
* (Re)introduce server side sort for Grid.Denis2016-12-152-55/+177
* Add EditorComponentGenerator interface (#7990)Aleksi Hietanen2016-12-152-6/+56
* Add ValueProvider interface, use where appropriateAleksi Hietanen2016-12-1510-30/+89
* Combine and rename setFilter and applyFilter (#7963)Leif Åstrand2016-12-156-27/+16
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-1458-93/+92
* Remove unused JsonUtil (#7989)Pekka Hyvönen2016-12-142-452/+0
* Provide more extensive JavaDoc for DataProviderTeemu Suo-Anttila2016-12-141-2/+13