From 44a94bb28605bec406f415ef66fc332c265f7c9a Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Tue, 19 Jul 2016 19:12:09 +0300 Subject: Revised client-side arch, Java Servlet, new project, view navigation, and basic UI schematic diagrams (#19897). Mostly disabled and rearranged Table section, etc. Change-Id: Iedcd7bfc04c53b7d1cdf621261234688d21a52f3 --- documentation/components/components-fields.asciidoc | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'documentation/components/components-fields.asciidoc') diff --git a/documentation/components/components-fields.asciidoc b/documentation/components/components-fields.asciidoc index 85afaafe56..173544dfe7 100644 --- a/documentation/components/components-fields.asciidoc +++ b/documentation/components/components-fields.asciidoc @@ -24,13 +24,19 @@ addition to the component features inherited from [classname]#AbstractComponent#, it implements the features defined in the [classname]#HasValue# and [classname]#Component.Focusable# interfaces. -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%] +///////////////////////////////////////////////////////////////////////////// +// Disabled because everything has changed in Vaadin 8. +// Revise +///////////////////////////////////////////////////////////////////////////// +ifdef::disabled[] + +The description of the field interfaces and base classes is broken down in the +following sections. + [[components.fields.field]] == The [classname]#Field# Interface @@ -337,4 +343,6 @@ Forms by Binding Fields to Items">>, calling [methodname]#commit()# for the group runs the validation for all the fields in the group, and if successful, writes the input values to the data source. +endif::disabled[] + (((range="endofrange", startref="term.components.fields"))) -- cgit v1.2.3