diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-01-09 09:54:09 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-01-09 09:54:09 +0200 |
commit | 74342821007c1fa1f99df9c7b3703404c3fc7c08 (patch) | |
tree | bb7c57041645ddaa0b14de6b4a4c2e2fb963a6d0 /documentation/components/components-fields.asciidoc | |
parent | 90a3425fa1b88164918f94796c8c8d54869151a4 (diff) | |
download | vaadin-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-fields.asciidoc')
-rw-r--r-- | documentation/components/components-fields.asciidoc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/components/components-fields.asciidoc b/documentation/components/components-fields.asciidoc index e1075fc6cf..e680ff4404 100644 --- a/documentation/components/components-fields.asciidoc +++ b/documentation/components/components-fields.asciidoc @@ -7,8 +7,6 @@ layout: page [[components.fields]] = Field Components -*_This section has not yet been updated for Vaadin Framework 8_* - ((("[classname]#Field#", id="term.components.fields", range="startofrange"))) _Fields_ are components that have a value that the user can change through the @@ -16,8 +14,8 @@ user interface. <<figure.components.fields>> illustrates the inheritance relatio and the important interfaces and base classes. [[figure.components.fields]] -.Field components -image::img/field-diagram-hi.png[width=80%, scaledwidth=100%] +.Field Components +image::img/field-class-hierarchy.png[width=100%, scaledwidth=100%] Field components are built upon the framework defined in the [classname]#HasValue# interface. |