diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2016-07-13 13:22:16 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-05 10:19:44 +0300 |
commit | 05d5160ce558dc6f18e1bb96f1ba0679e0a283d1 (patch) | |
tree | 2691c7857bea78a844d8b7c0ae5f576056c431f7 /documentation | |
parent | 8bbe02b1eaa91618a2661a248fb1a70ea5ad4200 (diff) | |
download | vaadin-framework-05d5160ce558dc6f18e1bb96f1ba0679e0a283d1.tar.gz vaadin-framework-05d5160ce558dc6f18e1bb96f1ba0679e0a283d1.zip |
Vaadin 8 terminology changes: Server-Side Applications Overview
Change-Id: Ib6cd2af885d819c3e743137a56f75c63e891ac8c
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/application/application-overview.asciidoc | 18 |
1 files 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 <<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 |