summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for required status to AbstractFieldArtur Signell2016-08-094-24/+93
* Rename AbstractFieldTest to LegacyAbstractFieldTestArtur Signell2016-08-0810-29/+34
* Make AbstractField FocusableArtur Signell2016-08-081-13/+41
* Rename field in VFilterSelect.DataReceivedHandler for clarityHenri Sara2016-08-081-6/+6
* Update comment in VFilterSelect.resetSelection()Henri Sara2016-08-081-5/+3
* Clean javadoc/comments in ComboBoxConnectorHenri Sara2016-08-081-4/+1
* Remove unused field in ComboBoxHenri Sara2016-08-081-7/+0
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-08-083-17/+11
* Remove obsolete paint attribute from ComboBoxHenri Sara2016-08-081-6/+0
* Minor ComboBox client side cleanup (#19929)Henri Sara2016-08-082-27/+2
* Move combo box selection update logic to handler (#19929)Henri Sara2016-08-082-104/+142
* Move more combo logic to handler (#19929)Henri Sara2016-08-082-59/+63
* Binder.save() and Binder.load() methods implementation (#36).Denis Anisimov2016-08-082-2/+92
* Use a separate data received handler in VFilterSelect (#19929)Henri Sara2016-08-082-121/+159
* Move combo popup opener clicked flag to connector (#19929)Henri Sara2016-08-082-37/+31
* Refactor ComboBox pending selection handling (#19929)Henri Sara2016-08-082-81/+62
* Use accessors for combo internal state (#19929)Henri Sara2016-08-082-25/+114
* Remove UIDL references in VFilterSelect (#19929)Henri Sara2016-08-082-17/+27
* Refactor ComboBox item painting (#19929)Henri Sara2016-08-081-26/+51
* Request ComboBox pages with RPC (#19929)Henri Sara2016-08-083-16/+27
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-08-083-21/+16
* Move ComboBox pageLength to state (#19929)Henri Sara2016-08-086-30/+17
* Send ComboBox selection with RPC (#19929)Henri Sara2016-08-085-40/+48
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-08-083-18/+61
* Create new items with RPC (#19929)Henri Sara2016-08-083-13/+21
* Move ComboBox communication to connector (#19929)Henri Sara2016-08-082-27/+95
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-08-083-6/+46
* Use shared state in ComboBox (#19229)Henri Sara2016-08-083-50/+56
* Use snapshots of Maven plug-inHenri Sara2016-08-071-1/+11
* Add Binder for binding field values to bean propertiesTeemu Suo-Anttila2016-08-052-0/+450
* Implement new simple AbstractFieldJohannes Dahlström2016-08-058-50/+582
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-0590-581/+660
* Update documentation to match API in vol2Artur Signell2016-08-052-12/+12
* Re-enable accidentally disabled fields documentationArtur Signell2016-08-051-8/+0
* Update release notes for Vaadin 8Henri Sara2016-08-051-101/+43
* Rescaled images in layout chapter. Various small formatting fixes. Updated hi...Marko Gronroos2016-08-0528-250/+139
* Revised component abstractions diagram (#19897).Marko Gronroos2016-08-054-1248/+2336
* BoV: Updated selection components to Vaadin 8.Sami Ekblad2016-08-051-276/+154
* BoV: Updated Java version compatibility notes to Java 8.Sami Ekblad2016-08-054-26/+21
* Revised components diagram (#19897), fixed a fatal bug in Grid section.Marko Gronroos2016-08-055-2192/+3405
* BoV: Updated library list in Getting Started to Vaadin 8.Sami Ekblad2016-08-054-17/+11
* Revised toolchain, architecture, events, button, and textfield diagrams, etc....Marko Gronroos2016-08-0517-3808/+4088
* BoV: Vaadin 8 changes to Grid documentation.Sami Ekblad2016-08-051-450/+181
* Added notes to Tree and TreeTable about them using the old style data API.Sami Ekblad2016-08-052-0/+10
* BoV: Components/Fields: Data binding and validation using BinderJohannes Dahlström2016-08-051-222/+104
* BoV: Components/Slider: API changesJohannes Dahlström2016-08-051-20/+8
* BoV: Components/TwinColSelect: Selection API changesJohannes Dahlström2016-08-051-9/+7
* BoV: Components/ListSelect,NativeSelect,OptionGroup: Small API changesJohannes Dahlström2016-08-053-20/+12
* BoV: Components/Button,CheckBox: Listener API updatesJohannes Dahlström2016-08-052-23/+13
* BoV: DateField: Update to use LocalDate, remove references to timeJohannes Dahlström2016-08-051-36/+30