summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-2523-39/+738
* Support loading of HTML imports using @HtmlImport (#8301)Artur2017-01-256-73/+333
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-259-75/+162
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-2513-53/+94
* Allow distinct configurable filter and wrapped filter types (#8322)Leif Åstrand2017-01-253-32/+44
* Serve VAADIN files also from META-INF/resources (#8286) (#8320)Artur2017-01-251-4/+5
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-2514-51/+104
* Support using multiple @JavaScript and @StyleSheet annotations on a class (#8...Artur2017-01-246-27/+141
* Make BeanBinderPropertySet exclude Object properties (#8306)Leif Åstrand2017-01-242-3/+22
* Unify container wrapping (#8312)Leif Åstrand2017-01-246-91/+71
* Use getFirstSelectedItem() instead of getFirstSelected(). (#8308)Denis2017-01-245-15/+15
* Fix BeanBinderPropertySet to not deserialize into multiple instances (#8305)Leif Åstrand2017-01-233-42/+146
* Add shorthands to ComboBox for setting a ListDataProviderLeif Åstrand2017-01-232-13/+115
* Remove outdated filtering concepts (#8289)Leif Åstrand2017-01-236-235/+7
* Add ListDataProvider shorthands for filter conversion (#8279)Leif Åstrand2017-01-224-13/+260
* Add a data provider wrapper with a configurable filter (#8280)Leif Åstrand2017-01-208-20/+331
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-2011-14/+32
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-1914-7/+872
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-199-86/+185
* Allow setting filters directly in ListDataProvider (#8267)Leif Åstrand2017-01-193-5/+280
* Simplified javadoc (#8272)Matti Tahvonen2017-01-181-6/+5
* 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
* Fix OSGi configuration for Liferay 7 (#8204)Henri Sara2017-01-101-1/+2
* 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