aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components/components-interfaces.asciidoc
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2017-01-09 09:54:09 +0200
committerHenri Sara <henri.sara@gmail.com>2017-01-09 09:54:09 +0200
commit74342821007c1fa1f99df9c7b3703404c3fc7c08 (patch)
treebb7c57041645ddaa0b14de6b4a4c2e2fb963a6d0 /documentation/components/components-interfaces.asciidoc
parent90a3425fa1b88164918f94796c8c8d54869151a4 (diff)
downloadvaadin-framework-74342821007c1fa1f99df9c7b3703404c3fc7c08.tar.gz
vaadin-framework-74342821007c1fa1f99df9c7b3703404c3fc7c08.zip
New documentation diagrams (#8156)
Fixes texts and a couple errors in IDEA, components and layout chapters.
Diffstat (limited to 'documentation/components/components-interfaces.asciidoc')
-rw-r--r--documentation/components/components-interfaces.asciidoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/components/components-interfaces.asciidoc b/documentation/components/components-interfaces.asciidoc
index c183d77c8b..603cb4cdc7 100644
--- a/documentation/components/components-interfaces.asciidoc
+++ b/documentation/components/components-interfaces.asciidoc
@@ -7,8 +7,6 @@ layout: page
[[components.interfaces]]
= Interfaces and Abstractions
-*_This section has not yet been updated for Vaadin Framework 8_*
-
((("interfaces")))
Vaadin user interface components are built on a skeleton of interfaces and
abstract classes that define and implement the features common to all components
@@ -22,7 +20,7 @@ The interfaces that define the Vaadin data model are described in <<dummy/../../
[[figure.components.interfaces]]
.Component interfaces and abstractions
-image::img/component-abstractions-hi.png[width=100%, scaledwidth=100%]
+image::img/component-abstractions.png[width=100%, scaledwidth=100%]
All components are connectors that connect to the client-side widgets.