aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Vaadin 8 terminology changes: Architecture Overviewfeature/vaadin8-bookJohannes Dahlström2016-07-130-0/+0
* Revised diagrams in intro, installation, architecture, and application chapte...Marko Gronroos2016-07-1347-16032/+9167
* Vaadin 8 terminology changes: Architecture OverviewJohannes Dahlström2016-07-131-8/+5
* Move shared classes to a temporary subpackageTeemu Suo-Anttila2016-07-1322-32/+30
* Add sortingBy with function parameter to in-memory data sourceTeemu Suo-Anttila2016-07-122-2/+23
* Add additional checks to in-memory data source testsTeemu Suo-Anttila2016-07-121-1/+12
* Add basic sorting implementation and APITeemu Suo-Anttila2016-07-1210-43/+142
* Simplify DataSource to be a function that provides Stream of valuesTeemu Suo-Anttila2016-07-128-388/+92
* Fix dropped key clean up in DataCommunicatorConnectorTeemu Suo-Anttila2016-07-121-0/+1
* Rename data communication class to DataCommunicatorTeemu Suo-Anttila2016-07-128-50/+50
* Fix ARS to find tests from temp packageTeemu Suo-Anttila2016-07-121-0/+2
* Clean up NativeSelectConnector update logicTeemu Suo-Anttila2016-07-111-78/+50
* Use a lazy-loading compatible client-side data source with listingsTeemu Suo-Anttila2016-07-1112-401/+342
* Move new files under temporary package namesTeemu Suo-Anttila2016-07-1146-143/+134
* Rename Component.Event to LegacyEventJohannes Dahlström2016-07-0739-89/+91
* Rename package c.v.event.handler to c.v.event.typedJohannes Dahlström2016-07-0714-32/+30
* Unify onChange event handlingJohannes Dahlström2016-07-0710-214/+175
* Fix for checkbox read-only (#19971)elmot2016-06-211-3/+1
* Fix typos in Javadoc; Optimize imports; Minor change for code styleelmot2016-06-213-8/+3
* Fix null as a SelectionModelTeemu Suo-Anttila2016-06-1711-130/+185
* Implement a new DateField based on LocalDateTeemu Suo-Anttila2016-06-174-0/+280
* Make onChange throw in TextField and CheckBox when Handler is nullAleksi Hietanen2016-06-172-0/+59
* Add setOptions to Listing with default implementationTeemu Suo-Anttila2016-06-161-0/+21
* Implement a new typed GridTeemu Suo-Anttila2016-06-1610-28/+415
* Change DataSource addDataChangeHandler() return type to RegistrationAleksi Hietanen2016-06-163-21/+15
* Add ListDataSource with testsTeemu Suo-Anttila2016-06-164-1/+193
* Implement onChange handlers in SingleSelectionAleksi Hietanen2016-06-162-5/+25
* Fix select null in SingleSelectionTeemu Suo-Anttila2016-06-161-1/+3
* Add Binder for binding beans to fieldsTeemu Suo-Anttila2016-06-162-0/+256
* Implement new TextFieldJohannes Dahlström2016-06-165-0/+509
* Implement a new typed CheckBoxTeemu Suo-Anttila2016-06-152-0/+299
* Use DataProviderConstants for communicationTeemu Suo-Anttila2016-06-153-11/+18
* Extract a base class from typed NativeSelectTeemu Suo-Anttila2016-06-157-120/+341
* Add server to client communication to selection modelTeemu Suo-Anttila2016-06-1511-11/+156
* Add typed NativeSelect and SelectionModel functionalityTeemu Suo-Anttila2016-06-1512-3/+746
* Add a DataProvider implementationTeemu Suo-Anttila2016-06-159-0/+1012
* Introduce Listing and SelectionModelTeemu Suo-Anttila2016-06-152-0/+153
* Add DataSource interface with abstract base classTeemu Suo-Anttila2016-06-153-0/+224
* Initial HasValue, Handler, Event and RegistrationTeemu Suo-Anttila2016-06-154-0/+208
* Update version number, use Java 8Teemu Suo-Anttila2016-06-1515-18/+18
* Provide a way to disallow navigation to the same state twice (#12107).Denis Anisimov2016-06-132-26/+121
* Added a note to JPAContainer chapter that it is no longer recommended.Marko Gronroos2016-06-101-5/+6
* Fixed wrong font include.Sami Ekblad2016-06-101-1/+1
* Unneeded duplicate of the word "should"Vlad2016-06-091-1/+1
* Fixing messed up column in Grid after hide, resize and show (#19826)adam2016-06-073-1/+181
* Add missing license header to BodyStyleNameTeemu Suo-Anttila2016-06-031-0/+16
* Suppress Checkstyle markers from */target/* pathsJohannes Dahlström2016-06-033-1/+11
* Fix a Javadoc typo that crashes Checkstyle (yes, really)Johannes Dahlström2016-06-021-1/+1
* Add missing @since 7.77.7.0.alpha3Henri Sara2016-06-011-1/+1
* New login form (#8171)Ingo Kegel2016-06-017-232/+566