]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added notes to Tree and TreeTable about them using the old style data API.
authorSami Ekblad <sami@vaadin.com>
Thu, 21 Jul 2016 08:46:44 +0000 (11:46 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 22 Jul 2016 12:43:09 +0000 (12:43 +0000)
Change-Id: I845a75b086bdf11f9c4545416c6126c404041ee8

documentation/components/components-tree.asciidoc
documentation/components/components-treetable.asciidoc

index 864dbac5d6b28c5c5213b6719c360367192e061c..b95f8bd2aeb64348d2535fcd78e235cdd61979bf 100644 (file)
@@ -12,6 +12,11 @@ ifdef::web[]
 image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/grids-and-trees/tree"]
 endif::web[]
 
+[NOTE]
+====
+[classname]#Tree# still uses the old data API from Vaadin 7.
+====
+
 The [classname]#Tree# component allows a natural way to represent data that has hierarchical relationships.
 The user can drill down in the hierarchy by expanding items by clicking on the expand arrow, and likewise collapse items.
 [classname]#Tree# is a selection component that allows selecting items.
index 97dedd3e7c885575eb117c8d3fd78861eaa78734..9fdfd10c783890eca3d9202cd45bb31eb7691847 100644 (file)
@@ -12,6 +12,11 @@ ifdef::web[]
 image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/grids-and-trees/tree-table"]
 endif::web[]
 
+[NOTE]
+====
+[classname]#TreeTable# still uses the old data API from Vaadin 7.
+====
+
 [classname]#TreeTable# is an extension of the [classname]#Table# component with
 support for a tree-like hierarchy in the first column. As with
 [classname]#Tree#, the hierarchy is determined by the parent-children