summaryrefslogtreecommitdiffstats
path: root/documentation/datamodel
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-07-26 13:17:03 +0300
committerGitHub <noreply@github.com>2017-07-26 13:17:03 +0300
commiteee5d3a25891579a1b2013a101ca7d185bc174ac (patch)
tree804440b0a2d82344ce5bf27d149429615129aada /documentation/datamodel
parentbdb298bfb8c0e1930d0c33d0f5c3fd862e2980d6 (diff)
downloadvaadin-framework-eee5d3a25891579a1b2013a101ca7d185bc174ac.tar.gz
vaadin-framework-eee5d3a25891579a1b2013a101ca7d185bc174ac.zip
Remove warnings about pre-release content in documentation (#9737)
Resolves #9191
Diffstat (limited to 'documentation/datamodel')
-rw-r--r--documentation/datamodel/datamodel-hierarchical.asciidoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/datamodel/datamodel-hierarchical.asciidoc b/documentation/datamodel/datamodel-hierarchical.asciidoc
index d3ac6fa060..11fc699082 100644
--- a/documentation/datamodel/datamodel-hierarchical.asciidoc
+++ b/documentation/datamodel/datamodel-hierarchical.asciidoc
@@ -7,8 +7,6 @@ layout: page
[[datamodel.hierarchical]]
= Hierarchical Data
-IMPORTANT: The [interfacename]#HierarchicalDataProvider# is currently being developed and only available in the Framework 8.1 prerelease versions, starting from 8.1.0.alpha1.
-
The [classname]#Tree# and the [classname]#TreeGrid# components allow you to show data with hierarchical relationships between items.
That data can be populated by on-demand from a back end by implementing the [interfacename]#HierarchicalDataProvider# interface. If you have the data available in-memory on the server,
you use the collection style API of [classname]#TreeData# and then pass it to a [classname]#TreeDataProvider#. This chapter introduces the hierarchical data providers and how they work.