From 8bbe02b1eaa91618a2661a248fb1a70ea5ad4200 Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Wed, 1 Jun 2016 18:21:58 +0300 Subject: Revised diagrams in intro, installation, architecture, and application chapters. #19897 Change-Id: I42673cabcd171dd560dfe84fd84eb86e7ba11733 --- documentation/components/components-fields.asciidoc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'documentation/components/components-fields.asciidoc') 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. <> 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. +<> 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 -- cgit v1.2.3