]> source.dussan.org Git - vaadin-framework.git/commitdiff
Vaadin 8 terminology changes: Server-Side Applications Overview
authorJohannes Dahlström <johannesd@vaadin.com>
Wed, 13 Jul 2016 10:22:16 +0000 (13:22 +0300)
committerArtur Signell <artur@vaadin.com>
Fri, 5 Aug 2016 07:19:44 +0000 (10:19 +0300)
Change-Id: Ib6cd2af885d819c3e743137a56f75c63e891ac8c

documentation/application/application-overview.asciidoc

index eff86864b23f127a89aaaeead4be4a8c75ab0622..7649bc2d934b6485239db7a7ed3e22fb9e1bf9c9 100644 (file)
@@ -139,15 +139,11 @@ Layouts">>, and theme resources in
 <<dummy/../../../framework/application/application-resources#application.resources.theme,"Theme
 Resources">>.
 
-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
 <<dummy/../../../framework/datamodel/datamodel-overview.asciidoc#datamodel.overview,"Binding
-Components to Data">>.
+Components to Data">>.
\ No newline at end of file