Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small documentation correction (from github). | Denis Anisimov | 2016-11-11 | 1 | -2/+2 |
| | | | | | | Original pull request is https://github.com/vaadin/vaadin/pull/68. Change-Id: If6dd0490a52cab3fc0bf59224546e0d295fe666c | ||||
* | Renaming DataSource -> DataProvider to avoid collisions with ↵ | elmot | 2016-11-11 | 2 | -28/+28 |
| | | | | | | javax.sql.DataSource Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11 | ||||
* | Rename Binder methods | Pekka Hyvönen | 2016-10-26 | 1 | -32/+14 |
| | | | | | | | | | | | save -> writeBean, saveIfValid -> writeBeanIfValid, load -> readBean, bind -> setBean, unbind -> removeBean. Now setBean accepts null to reset the bean instead of throwing NPE. Closes vaadin/framework8-issues#91 Change-Id: I42cbad5856cac11a03bfcefd0fa91a02c41b7234 | ||||
* | Fix security issue in BoV custom ValidationStatusHandler example | Aleksi Hietanen | 2016-10-13 | 1 | -1/+7 |
| | | | | Change-Id: Ib02f6c2ddc32d70f45180a03832b3dec790ecc3d | ||||
* | Fix BoV custom ValidationStatusHandler example | Aleksi Hietanen | 2016-10-13 | 1 | -2/+8 |
| | | | | Change-Id: I94d82a6200197a6d9f6b31d66153a140333b5b1e | ||||
* | Update documentation (+javadoc) references to obsolete OptionGroup #237. | Denis Anisimov | 2016-10-05 | 5 | -63/+50 |
| | | | | Change-Id: Ie90e91f61a5795c90de3c690c3b6af80ec1448d9 | ||||
* | Make AbstractDateField based on LocalDate (#125). | Denis Anisimov | 2016-09-30 | 2 | -5/+5 |
| | | | | Change-Id: I33a4a4f0f3437a8d1733031a131afbe844c12afb | ||||
* | Remove documentation for cursors in data sources | Artur Signell | 2016-09-27 | 1 | -63/+0 |
| | | | | | | This will not be implemented for 8.0 Change-Id: Ida33b3de74c7a14def66fac6f0363a12105d8087 | ||||
* | Updated link to new step 1 video in tutorial (the new video uses Vaadin 7.7 ↵ | Alejandro Duarte | 2016-09-21 | 1 | -1/+1 |
| | | | | | | series) Change-Id: Ic40b70e692e686d638e163a224816aabeb6de100 | ||||
* | Fix inconsistent API naming in Binder and remove unused handler | Pekka Hyvönen | 2016-09-13 | 1 | -6/+5 |
| | | | | | | Mostly based on comments on a previous patch that was merged. Change-Id: I146995853b3318d89061f1d06ab4bbd859168661 | ||||
* | Refactor Binder Status Handling API | Pekka Hyvönen | 2016-09-12 | 1 | -19/+15 |
| | | | | | | | | | | | BinderStatusHandler is now triggered only once per validation. Unified ValidationError and BinderResult into BinderValidationStatus. Renamed ValidationStatusChangeEvent into ValidationStatus. Unified handler names for validation status. Next patch will fix resetting of field errors on reset. Change-Id: I9536d554d781fe599fbd7e5bcb5a9ffebe675ca0 | ||||
* | Add Form level status handler and status label | Pekka Hyvönen | 2016-09-08 | 1 | -3/+3 |
| | | | | | | | This feature doesn't make a whole lot of sense until form level status changes are available. Change-Id: Ie634c4a6b3511b7cbf9e367192034934b0e0d4b0 | ||||
* | Add documentation test for custom converters | Artur Signell | 2016-09-05 | 1 | -4/+4 |
| | | | | Change-Id: I84621b6b568095b1b7f86068fa992dd570f8a103 | ||||
* | Add item level validator support to Binder | Denis Anisimov | 2016-09-02 | 1 | -14/+25 |
| | | | | | | | | An item level validator is run on the item (bean) after field validators have passed. A failed item level validator will block save operations, just like field level validators. Change-Id: I3b918b33371ceef07cdfbd0a8b6d477d4ac26b85 | ||||
* | Fixed a broken comment | Simo-Pekka Koskinen | 2016-08-29 | 1 | -2/+2 |
| | | | | | | Fixed broken comment on 'Calling Javascript' -paragraph. Change-Id: I5098f21006f00eab48ce5cd55e3bb14bee040fbf | ||||
* | Mention vaadin-push in getting-started | Enver Haase | 2016-08-29 | 1 | -0/+4 |
| | | | | Change-Id: Ic46254b77d1226c2a00ed1ad2b2f96a452a4609a | ||||
* | Code highlighting and fixed a broken comment | Jens Jansson | 2016-08-29 | 1 | -13/+12 |
| | | | | Change-Id: Ibc5844aa4ffba5691a6e3a2d1b962ce28e2aebcf | ||||
* | Add empty lines so :: is recognized as definitions | Leif Åstrand | 2016-08-29 | 1 | -0/+2 |
| | | | | Change-Id: Ifddcdda98090c5e5262d000a131c53109ce2c5c5 | ||||
* | Fixed event name to match example code | Marcus Hellberg | 2016-08-29 | 1 | -1/+1 |
| | | | | Change-Id: Id9333bae30c7bf5c24dcd0aca1cbee671c28910e | ||||
* | Updated tutorial to Vaadin 7.7.0 | Alejandro Duarte | 2016-08-29 | 1 | -9/+9 |
| | | | | Change-Id: I1ef5a89a7e9f700a9302ff535d7e30b692316e22 | ||||
* | Binding.withStatusChangeHandler and Binding.withStatusLabel (#30). | Denis Anisimov | 2016-08-17 | 1 | -2/+2 |
| | | | | Change-Id: Iecd8bd88d94b98829dfaec43b8635b1e93df330f | ||||
* | DataSource backend sorting | elmot | 2016-08-17 | 1 | -6/+6 |
| | | | | Change-Id: Ic9e12534cf85f7793a57436e63bd67b6f920f722 | ||||
* | Test that cross field validation works as expected (#33). | Denis Anisimov | 2016-08-17 | 1 | -7/+5 |
| | | | | | | Test for cross field validation from Book of Vaadin. Change-Id: Ida338bd79456332b3a359217ea7b9900a1408153 | ||||
* | Add converter support to Binder | Artur Signell | 2016-08-15 | 1 | -1/+1 |
| | | | | Change-Id: Ibf1223d4842d72f0209231dfd70e1d6c4deb6d30 | ||||
* | Fix invalid [note] tags in documentation | Artur Signell | 2016-08-10 | 1 | -3/+6 |
| | | | | Change-Id: I4cb2f8425d846694cdcfdfa8fd3d40c614f13889 | ||||
* | Fix documentation typo | Artur Signell | 2016-08-10 | 1 | -1/+1 |
| | | | | Change-Id: Ia28e28bf61f1cdafbc878083797006600a441cfa | ||||
* | Binding.withValidator and Binder.validate methods (#26). | Denis Anisimov | 2016-08-10 | 1 | -2/+2 |
| | | | | Change-Id: I0641ea6118cd873c803d3c21d82b14fe8db4baa2 | ||||
* | BoV: Fix a language issue for Listing | Henri Sara | 2016-08-09 | 1 | -1/+1 |
| | | | | Change-Id: I3699ecca45775335308d90a2c1f79b9a1244dc76 | ||||
* | Update documentation to match API in vol2 | Artur Signell | 2016-08-05 | 2 | -12/+12 |
| | | | | Change-Id: I7514105d817a8e442ecdc81fa77af758a9abfd08 | ||||
* | Re-enable accidentally disabled fields documentation | Artur Signell | 2016-08-05 | 1 | -8/+0 |
| | | | | Change-Id: Id6baa165d99ba8127ade72f81ef33963733294da | ||||
* | Rescaled images in layout chapter. Various small formatting fixes. Updated ↵ | Marko Gronroos | 2016-08-05 | 28 | -250/+139 |
| | | | | | | history and other matters in introduction. Change-Id: I0d5e76f7fb07f967dd04941a23e79dfb30049731 | ||||
* | Revised component abstractions diagram (#19897). | Marko Gronroos | 2016-08-05 | 4 | -1248/+2336 |
| | | | | Change-Id: I09f86fce44600cce4365bd1e80f8d4ef1a2e415c | ||||
* | BoV: Updated selection components to Vaadin 8. | Sami Ekblad | 2016-08-05 | 1 | -276/+154 |
| | | | | Change-Id: Idb4fff857bcdf9d33ecb8d4fd3062ffea96d5391 | ||||
* | BoV: Updated Java version compatibility notes to Java 8. | Sami Ekblad | 2016-08-05 | 4 | -26/+21 |
| | | | | Change-Id: I8facb7e89af09eec3331c21e04124b5e5827a66e | ||||
* | Revised components diagram (#19897), fixed a fatal bug in Grid section. | Marko Gronroos | 2016-08-05 | 5 | -2192/+3405 |
| | | | | Change-Id: I694f173f5a0133336d3325d1b511f40419be07c4 | ||||
* | BoV: Updated library list in Getting Started to Vaadin 8. | Sami Ekblad | 2016-08-05 | 4 | -17/+11 |
| | | | | Change-Id: I96401a60e2e06bff02d89f5b8cd83aa293a948fc | ||||
* | Revised toolchain, architecture, events, button, and textfield diagrams, ↵ | Marko Gronroos | 2016-08-05 | 17 | -3808/+4088 |
| | | | | | | etc. #19897 Change-Id: I6a1ff2264ee17f8b16c99494b855b619e9984a19 | ||||
* | BoV: Vaadin 8 changes to Grid documentation. | Sami Ekblad | 2016-08-05 | 1 | -450/+181 |
| | | | | Change-Id: I1c9812a5c6d8a3386bff9b1599a6f914947f8dde | ||||
* | Added notes to Tree and TreeTable about them using the old style data API. | Sami Ekblad | 2016-08-05 | 2 | -0/+10 |
| | | | | Change-Id: I845a75b086bdf11f9c4545416c6126c404041ee8 | ||||
* | BoV: Components/Fields: Data binding and validation using Binder | Johannes Dahlström | 2016-08-05 | 1 | -222/+104 |
| | | | | Change-Id: Iffc4a87bb907d68a1163774266401023ba7d644f | ||||
* | BoV: Components/Slider: API changes | Johannes Dahlström | 2016-08-05 | 1 | -20/+8 |
| | | | | Change-Id: I3a3056c86fae6629da8aeec6115b9650c954967c | ||||
* | BoV: Components/TwinColSelect: Selection API changes | Johannes Dahlström | 2016-08-05 | 1 | -9/+7 |
| | | | | Change-Id: I6660e0036c99122970c54131e5c6004bf2c4fe96 | ||||
* | BoV: Components/ListSelect,NativeSelect,OptionGroup: Small API changes | Johannes Dahlström | 2016-08-05 | 3 | -20/+12 |
| | | | | Change-Id: Id057e602ed286025a80afbd69ecd44f770158297 | ||||
* | BoV: Components/Button,CheckBox: Listener API updates | Johannes Dahlström | 2016-08-05 | 2 | -23/+13 |
| | | | | Change-Id: I266bf780d24e411b17d449ff5f9ce880fad53d36 | ||||
* | BoV: DateField: Update to use LocalDate, remove references to time | Johannes Dahlström | 2016-08-05 | 1 | -36/+30 |
| | | | | Change-Id: I649b32ea4e1f69538fa1ca7cc765cdd51dfb9f32 | ||||
* | BoV: Components/TextField: Remove old databinding, start TextChangeEvent rewrite | Johannes Dahlström | 2016-08-05 | 1 | -158/+46 |
| | | | | Change-Id: I69cd0b3f0cc91351449b2fa6f212c5eb69ce82d6 | ||||
* | BoV: Components/Label: Remove references to old databinding | Johannes Dahlström | 2016-08-05 | 1 | -54/+4 |
| | | | | Change-Id: I329c725b545df065c1bea133438d685cf7fd9791 | ||||
* | Updated Grid overview to Vaadin 8. | Sami Ekblad | 2016-08-05 | 1 | -31/+1 |
| | | | | Change-Id: I634fa8fab04ef6164f53a04b5f3c404cbddf08a2 | ||||
* | Updated StreamResource example and screenshot, as well as various diagrams. ↵ | Marko Gronroos | 2016-08-05 | 16 | -1034/+1063 |
| | | | | | | | | #19897 Uses slider example png/svg from the vaadin8 branch Change-Id: I8a52ca754262a32487d6c8330d0382635d9fedca | ||||
* | Revised client-side arch, Java Servlet, new project, view navigation, and ↵ | Marko Gronroos | 2016-08-05 | 21 | -6892/+7427 |
| | | | | | | basic UI schematic diagrams (#19897). Mostly disabled and rearranged Table section, etc. Change-Id: Iedcd7bfc04c53b7d1cdf621261234688d21a52f3 |