summaryrefslogtreecommitdiffstats
path: root/documentation/datamodel/datamodel-forms.asciidoc
Commit message (Collapse)AuthorAgeFilesLines
* Update datamodel-forms.asciidoc (#11496)alexandruchiuariu2019-03-221-0/+2
|
* Implement ReadOnlyHasValue helper (#10643)Ilia Motornyi2018-03-201-0/+12
|
* Update datamodel-forms.asciidoc (#10350)jcgueriaud2017-11-221-9/+8
| | | This patch fixes the BinderValidationStatusHandler example in the documentation.
* Fix typo (#10295)Mikko Inkinen2017-11-061-1/+1
|
* Fix Binder documentation on ValidationException (#8949)Pekka Hyvönen2017-03-271-1/+1
|
* Fix typo in documentation (#8784)Maciej Aleksandrowicz2017-03-091-1/+1
|
* Document BeanValidationBinder and RequiredFieldConfigurator. (#8504)Denis2017-02-081-3/+21
| | | | | This patch also provides a documentation for #8382. Fixes #8390
* Add isValid to Binder (#8274)Aleksi Hietanen2017-02-031-2/+2
| | | | | | | | | | | | | | | * Add isValid to Binder isValid enables you to check the current validation status of a given Binder, without firing events or invoking handlers. This patch also clarifies the javadocs of StatusChangeEvents' hasValidationErrors. * Throw in Binder.isValid if no bean is set and bean validators exist * Add test cases to BinderTest
* Fix documentation examplesIlia Motornyi2017-01-311-7/+10
|
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-121-10/+11
| | | | * Integrate BeanBinder functionality into Binder
* 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"
* Update Binder documentation for beta (#8022)Leif Åstrand2016-12-191-177/+73
| | | | * Update Binder documentation for beta
* 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
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-301-4/+4
| | | | Change-Id: I33a4a4f0f3437a8d1733031a131afbe844c12afb
* 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
* Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).Denis Anisimov2016-08-171-2/+2
| | | | Change-Id: Iecd8bd88d94b98829dfaec43b8635b1e93df330f
* 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
* Replace old data binding chapters with updated onesLeif Åstrand2016-08-041-0/+679
* 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