From 3261a50d9243c1fbd9ed834c3f20bb700c434e89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Dahlstr=C3=B6m?= Date: Wed, 13 Jul 2016 11:47:38 +0300 Subject: [PATCH] Vaadin 8 terminology changes: Architecture Overview Change-Id: I78a2a3a0a75527cf12c2c6d626272dc35bb18ba6 --- .../architecture/architecture-overview.asciidoc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/documentation/architecture/architecture-overview.asciidoc b/documentation/architecture/architecture-overview.asciidoc index dee3a13fcf..3e4e7552b1 100644 --- a/documentation/architecture/architecture-overview.asciidoc +++ b/documentation/architecture/architecture-overview.asciidoc @@ -127,15 +127,12 @@ Data Binding:: ((("Data Model"))) ((("Data Binding"))) -In addition to the user interface model, Vaadin provides a __data model__ for -binding data presented in field components, such as text fields, check boxes and -selection components, to a data source. Using the data model, the user interface +In addition to the user interface model, Vaadin provides a __data binding__ API for +associating data presented in field components, such as text fields, check boxes and +selection components, with a data source. Using data binding, the user interface components can update the application data directly, often without the need for -any control code. All the field components in Vaadin use this data model -internally, but any of them can be bound to a separate data source as well. -((("SQL"))) -For example, you can bind a table component to an SQL query response. For a -complete overview of the Vaadin Data Model, please refer to +any control code. For example, you can bind a data grid component to a backend query +response. For a complete overview of the data binding model, please refer to <>. -- 2.39.5