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 /documentation/components/components-grid.asciidoc | |
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 'documentation/components/components-grid.asciidoc')
-rw-r--r-- | documentation/components/components-grid.asciidoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/components/components-grid.asciidoc b/documentation/components/components-grid.asciidoc index abad9636de..085a7191f3 100644 --- a/documentation/components/components-grid.asciidoc +++ b/documentation/components/components-grid.asciidoc @@ -765,7 +765,6 @@ grid.getEditor().setSaveCaption("Tallenna"); grid.getEditor().setCancelCaption("Peruuta")); ---- - [[components.grid.editing.validation]] === Handling Validation Errors |