aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components/components-fields.asciidoc
diff options
context:
space:
mode:
authorMarko Gronroos <magi@vaadin.com>2016-06-01 18:21:58 +0300
committerArtur Signell <artur@vaadin.com>2016-08-05 10:19:43 +0300
commit8bbe02b1eaa91618a2661a248fb1a70ea5ad4200 (patch)
tree7708d16e9e4cf35316e712293975b51075ecd076 /documentation/components/components-fields.asciidoc
parentd6165f1f2d07409d964597a338b61195f750292d (diff)
downloadvaadin-framework-8bbe02b1eaa91618a2661a248fb1a70ea5ad4200.tar.gz
vaadin-framework-8bbe02b1eaa91618a2661a248fb1a70ea5ad4200.zip
Revised diagrams in intro, installation, architecture, and application chapters. #19897
Change-Id: I42673cabcd171dd560dfe84fd84eb86e7ba11733
Diffstat (limited to 'documentation/components/components-fields.asciidoc')
-rw-r--r--documentation/components/components-fields.asciidoc13
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/components/components-fields.asciidoc b/documentation/components/components-fields.asciidoc
index 3083e331ac..dc44c6ef49 100644
--- a/documentation/components/components-fields.asciidoc
+++ b/documentation/components/components-fields.asciidoc
@@ -9,14 +9,13 @@ layout: page
((("[classname]#Field#", id="term.components.fields", range="startofrange")))
-
-__Fields__ are components that have a value that the user can change through the
-user interface. <<figure.components.fields>> illustrates the inheritance
-relationships and the important interfaces and base classes.
+_Fields_ are components that have a value that the user can change through the
+user interface.
+<<figure.components.fields>> illustrates the inheritance relationships and the important interfaces and base classes.
[[figure.components.fields]]
.Field components
-image::img/field-diagram-hi.png[width=60%, scaledwidth=100%]
+image::img/field-diagram-hi.png[width=80%, scaledwidth=100%]
Field components are built upon the framework defined in the [classname]#Field#
interface and the [classname]#AbstractField# base class.
@@ -29,6 +28,10 @@ addition to the component features inherited from
The description of the field interfaces and base classes is broken down in the
following sections.
+[[figure.components.fields.hasvalue]]
+.Field components having values
+image::img/field-interface-v8-hi.png[width=60%, scaledwidth=100%]
+
[[components.fields.field]]
== The [classname]#Field# Interface