aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/datamodel
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken links in documentation (#8182)Pekka Hyvönen2017-01-091-1/+1
|
* Update general Component documentationPekka Hyvönen2017-01-041-0/+3
| | | Part of vaadin/framework8-issues#538
* Improved English in line 17 (#8054)Juha Seppänen2016-12-201-1/+1
| | | | | | | | | * Improved English in line 17 Changed "There is only one Binder instance per form and it is used for all fields in that form" into "There is only one Binder instance for each form and it is used for all fields in that form"
* Add chapter datamodel-selection (#8049)Aleksi Hietanen2016-12-191-11/+136
| | | Add initial selection model documentation to datamodel-selection.
* Update overview and field sections in the documentation (#8025)Leif Åstrand2016-12-192-36/+27
| | | | | | | | | | * Update overview and field sections in the documentation * Fix formatting * Fix References * Remove "chapter" word
* Update DataProvider documentation for beta (#8023)Leif Åstrand2016-12-191-202/+112
| | | | * Update DataProvider documentation for beta
* Update Binder documentation for beta (#8022)Leif Åstrand2016-12-191-177/+73
| | | | * Update Binder documentation for beta
* Renaming DataSource -> DataProvider to avoid collisions with ↵elmot2016-11-112-28/+28
| | | | | | javax.sql.DataSource Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11
* Rename Binder methodsPekka Hyvönen2016-10-261-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 exampleAleksi Hietanen2016-10-131-1/+7
| | | | Change-Id: Ib02f6c2ddc32d70f45180a03832b3dec790ecc3d
* Fix BoV custom ValidationStatusHandler exampleAleksi Hietanen2016-10-131-2/+8
| | | | Change-Id: I94d82a6200197a6d9f6b31d66153a140333b5b1e
* Update documentation (+javadoc) references to obsolete OptionGroup #237.Denis Anisimov2016-10-051-1/+1
| | | | Change-Id: Ie90e91f61a5795c90de3c690c3b6af80ec1448d9
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-302-5/+5
| | | | Change-Id: I33a4a4f0f3437a8d1733031a131afbe844c12afb
* Remove documentation for cursors in data sourcesArtur Signell2016-09-271-63/+0
| | | | | | This will not be implemented for 8.0 Change-Id: Ida33b3de74c7a14def66fac6f0363a12105d8087
* Fix inconsistent API naming in Binder and remove unused handlerPekka Hyvönen2016-09-131-6/+5
| | | | | | Mostly based on comments on a previous patch that was merged. Change-Id: I146995853b3318d89061f1d06ab4bbd859168661
* Refactor Binder Status Handling APIPekka Hyvönen2016-09-121-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 labelPekka Hyvönen2016-09-081-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 convertersArtur Signell2016-09-051-4/+4
| | | | Change-Id: I84621b6b568095b1b7f86068fa992dd570f8a103
* Add item level validator support to BinderDenis Anisimov2016-09-021-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 event name to match example codeMarcus Hellberg2016-08-291-1/+1
| | | | Change-Id: Id9333bae30c7bf5c24dcd0aca1cbee671c28910e
* Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).Denis Anisimov2016-08-171-2/+2
| | | | Change-Id: Iecd8bd88d94b98829dfaec43b8635b1e93df330f
* DataSource backend sortingelmot2016-08-171-6/+6
| | | | Change-Id: Ic9e12534cf85f7793a57436e63bd67b6f920f722
* Test that cross field validation works as expected (#33).Denis Anisimov2016-08-171-7/+5
| | | | | | Test for cross field validation from Book of Vaadin. Change-Id: Ida338bd79456332b3a359217ea7b9900a1408153
* Add converter support to BinderArtur Signell2016-08-151-1/+1
| | | | Change-Id: Ibf1223d4842d72f0209231dfd70e1d6c4deb6d30
* Fix invalid [note] tags in documentationArtur Signell2016-08-101-3/+6
| | | | Change-Id: I4cb2f8425d846694cdcfdfa8fd3d40c614f13889
* Fix documentation typoArtur Signell2016-08-101-1/+1
| | | | Change-Id: Ia28e28bf61f1cdafbc878083797006600a441cfa
* Binding.withValidator and Binder.validate methods (#26).Denis Anisimov2016-08-101-2/+2
| | | | Change-Id: I0641ea6118cd873c803d3c21d82b14fe8db4baa2
* BoV: Fix a language issue for ListingHenri Sara2016-08-091-1/+1
| | | | Change-Id: I3699ecca45775335308d90a2c1f79b9a1244dc76
* Replace old data binding chapters with updated onesLeif Åstrand2016-08-0417-4204/+1320
| | | | | | | | * Add documentation about Fields for the data binding chapter * Add documentation about form binding for the data binding chapter * Add documentation about data sources for the data binding chapter Change-Id: I99297f2ebd3d874bd78569fd8d05bc649654c91d
* Documentation for container switch limitations (#18323)elmot2016-04-081-1/+4
| | | | Change-Id: Ib8ce5d82fe2c270296bf9196fec103edc1534d46
* Added source code types to code listingsMarko Grönroos2016-01-251-14/+9
| | | | Change-Id: I2f94f2f1602fe252524016930c7c64ac970b545a
* Fixed formatting in built-in filter types listMarko Grönroos2016-01-251-8/+2
| | | | Change-Id: If69c5a9822a8b07526ffb9e52c2161af4c1093a3
* Add documentation to master branchMarkus Koivisto2016-01-2213-0/+4243
| | | | Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
* Revert "Merge branch 'documentation'"7.6.0.beta2Ilia Motornyi2015-12-0313-4243/+0
| | | | | | This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00. Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
* fixed missing image in datamodel/datamodel-overview.asciidocJens Jansson2015-11-202-3/+0
| | | | Change-Id: I376fc5ebe1a9ef65fa6c84bb5d84d41cbc785183
* Framework documentation INelmot2015-09-2512-0/+4246
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581