diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-04-27 13:29:46 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2017-04-27 13:29:46 +0300 |
commit | 254ee79c1d7304a5e2264d45ec094ce42b64ccf3 (patch) | |
tree | aaf43139b9261a9cd2b2b1fe998673451faeccb2 /documentation/application/application-overview.asciidoc | |
parent | e1e0cafa8ad52ca215931629752662c0d4fdd258 (diff) | |
download | vaadin-framework-254ee79c1d7304a5e2264d45ec094ce42b64ccf3.tar.gz vaadin-framework-254ee79c1d7304a5e2264d45ec094ce42b64ccf3.zip |
Add documentation for Composite
Diffstat (limited to 'documentation/application/application-overview.asciidoc')
-rw-r--r-- | documentation/application/application-overview.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/application/application-overview.asciidoc b/documentation/application/application-overview.asciidoc index d6012f7ffa..0e653da9bd 100644 --- a/documentation/application/application-overview.asciidoc +++ b/documentation/application/application-overview.asciidoc @@ -107,7 +107,7 @@ Interface Components">>, for layout components, see <<dummy/../../../framework/layout/layout-overview.asciidoc#layout.overview,"Managing Layout">>, and for compositing components, see <<dummy/../../../framework/components/components-customcomponent#components.customcomponent,"Composition -with CustomComponent">>. +with Composite and CustomComponent">>. Events and Listeners:: Vaadin Framework follows an event-driven programming paradigm, in which events, and listeners that handle the events, are the basis of handling user interaction in |