diff options
author | Marko Gronroos <magi@vaadin.com> | 2016-07-19 19:12:09 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-05 10:19:44 +0300 |
commit | 44a94bb28605bec406f415ef66fc332c265f7c9a (patch) | |
tree | dd392c41bdcddf53fe08289d01ea6f1c7617c5cd /documentation/components/components-fields.asciidoc | |
parent | f548cfa87625c970be4f10efe18a10763495a51a (diff) | |
download | vaadin-framework-44a94bb28605bec406f415ef66fc332c265f7c9a.tar.gz vaadin-framework-44a94bb28605bec406f415ef66fc332c265f7c9a.zip |
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
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"))) |