summaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1315-171/+234
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-1313-44/+80
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-127-708/+840
* Remove unused private method (#8224)Leif Åstrand2017-01-111-15/+0
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-1010-27/+55
* Fix broken method signature of Grid.addColumn (#8180)Aleksi Hietanen2017-01-101-2/+1
* Refactor AbstractDateField. (#8146)Denis2017-01-107-132/+384
* Allow AbstractField to override value equality (#8201)Leif Åstrand2017-01-101-1/+19
* Remove uriFragmentChanged from the public API of UriFragmentManager (#8164)Leif Åstrand2017-01-091-11/+5
* Add LocalDateToDateConverter (#8147)Leif Åstrand2017-01-051-0/+80
* Restore all current instance values after running access tasks (#8131)Leif Åstrand2017-01-051-1/+4
* 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-032-3/+121
* 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-2067-294/+290
* Remove Google App Engine support, tests and documentation (#8034)Pekka Hyvönen2016-12-203-629/+8
* Fix for Grid declarative format (read). (#8050)Denis2016-12-201-0/+2
* 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-152-3/+141
* 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-1524-672/+1041
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-1527-39/+39
* Redesign user-defined column identifiers for Grid (#7983)Teemu Suo-Anttila2016-12-156-131/+235
* 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-152-4/+25
* (Re)introduce server side sort for Grid.Denis2016-12-151-55/+123
* Add EditorComponentGenerator interface (#7990)Aleksi Hietanen2016-12-152-6/+56
* Add ValueProvider interface, use where appropriateAleksi Hietanen2016-12-157-21/+80
* Combine and rename setFilter and applyFilter (#7963)Leif Åstrand2016-12-153-3/+6
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-1432-49/+58
* Remove unused JsonUtil (#7989)Pekka Hyvönen2016-12-141-247/+0
* Provide more extensive JavaDoc for DataProviderTeemu Suo-Anttila2016-12-141-2/+13
* Miscellaneous Interface RefactoringIlia Motornyi2016-12-146-43/+124
* Make AbstractListing implement Focusable (#7965)Aleksi Hietanen2016-12-142-3/+20
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-1420-165/+181
* Rename setRequired to asRequired since it's logically not a setter (#7986)Leif Åstrand2016-12-142-11/+11
* Rename SelectAllCheckBoxVisible enumeration. (#7981)Denis2016-12-141-17/+17
* Fix Grid.addColumn without renderer to accept any type (#7974)Teemu Suo-Anttila2016-12-141-7/+9
* Add SerializableEventListener, make it parent of ConnectorEventListener (#7980)Pekka Hyvönen2016-12-142-3/+41
* Provide declarative support for Grid. (#7961)Denis2016-12-138-42/+739