diff options
Diffstat (limited to 'documentation/components/components-fields.asciidoc')
-rw-r--r-- | documentation/components/components-fields.asciidoc | 14 |
1 files changed, 11 insertions, 3 deletions
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"))) |