From 05d5160ce558dc6f18e1bb96f1ba0679e0a283d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Dahlstr=C3=B6m?= Date: Wed, 13 Jul 2016 13:22:16 +0300 Subject: [PATCH] Vaadin 8 terminology changes: Server-Side Applications Overview Change-Id: Ib6cd2af885d819c3e743137a56f75c63e891ac8c --- .../application/application-overview.asciidoc | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/documentation/application/application-overview.asciidoc b/documentation/application/application-overview.asciidoc index eff86864b2..7649bc2d93 100644 --- a/documentation/application/application-overview.asciidoc +++ b/documentation/application/application-overview.asciidoc @@ -139,15 +139,11 @@ Layouts">>, and theme resources in <>. -Data Binding:: Field components are essentially views to data, represented in the __Vaadin Data -Model__. Using the data model, the components can get their values from and -update user input to the data model directly, without the need for any control -code. A field component is always bound to a __property__ and a group of fields -to an __item__ that holds the properties. Items can be collected in a -__container__, which can act as a data source for some components such as tables -or lists. While all the components have a default data model, they can be bound -to a user-defined data source. For example, you can bind a [classname]#Table# -component to an SQL query response. For a complete overview of data binding in -Vaadin, please refer to +Data Binding:: With data binding, any Vaadin field component can be bound to the properties +of business objects such as JavaBeans and grouped together as forms. The components +can get their values from and update user input to the data model directly, without +the need for any control code. Similarly, any select component can be bound to a +__data source__, fetching its items from a Java Collection or a backend such as an SQL database. +For a complete overview of data binding in Vaadin, please refer to <>. +Components to Data">>. \ No newline at end of file -- 2.39.5