diff options
author | Leif Åstrand <legioth@gmail.com> | 2017-01-12 09:22:50 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2017-01-12 09:22:50 +0200 |
commit | 2fd7e13c421114963762ee2e2832cbda6520efa6 (patch) | |
tree | d8aa0e0125bb7e92222eba9e22a3d16e02d3e347 /all | |
parent | c2ad28cc7e26504b2e01bc9bb0f84ceed793cdb0 (diff) | |
download | vaadin-framework-2fd7e13c421114963762ee2e2832cbda6520efa6.tar.gz vaadin-framework-2fd7e13c421114963762ee2e2832cbda6520efa6.zip |
Integrate BeanBinder functionality into Binder (#8096)
* Integrate BeanBinder functionality into Binder
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 181e5794fd..9b58510f2c 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -120,7 +120,7 @@ <ul><h4>New Data Binding API related changes</h4> <li>Components using <tt>Property</tt>, <tt>Item</tt> or <tt>Container</tt> API have been reimplemented for the new API, except <tt>Tree</tt>, <tt>Table</tt>, <tt>TreeTable</tt> and <tt>Calendar</tt></li> <li>Framework 7 versions of the components available in the v7 compatibility package for easier migration, <a href="#legacycomponents">see list of legacy components</a></li> - <li><tt>Binder</tt> is the replacement of <tt>FieldGroup</tt>, and similarly <tt>BeanBinder</tt> is the replacement of <tt>BeanFieldGroup</tt></li> + <li><tt>Binder</tt> is the replacement of <tt>FieldGroup</tt> and <tt>BeanFieldGroup</tt></li> <li>Converters and Validators have been moved from Components to <tt>Binder</tt></li> <li><tt>DataProvider</tt> is the replacement of <tt>Container</tt></li> <ul> |