diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-05-04 09:00:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 09:00:14 +0300 |
commit | bb358e50ddd19a8de6e495a0b58a5244ceed6440 (patch) | |
tree | 0c8430835bce92e55b6968f880b9875a7d279578 /documentation/datamodel | |
parent | 0a8079a9b87285d73f1d81f3b20d4f5492e4cc99 (diff) | |
download | vaadin-framework-bb358e50ddd19a8de6e495a0b58a5244ceed6440.tar.gz vaadin-framework-bb358e50ddd19a8de6e495a0b58a5244ceed6440.zip |
Tree documentation
Diffstat (limited to 'documentation/datamodel')
-rw-r--r-- | documentation/datamodel/datamodel-hierarchical.asciidoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/datamodel/datamodel-hierarchical.asciidoc b/documentation/datamodel/datamodel-hierarchical.asciidoc index 24d023acd9..735317c519 100644 --- a/documentation/datamodel/datamodel-hierarchical.asciidoc +++ b/documentation/datamodel/datamodel-hierarchical.asciidoc @@ -9,9 +9,11 @@ layout: page 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]#TreeGrid# component allows you to show data with hierarchical relationships between items. +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]#HierarchyData# and then pass it to a [classname]#InMemoryHierarchicalDataProvider#. This chapter introduces the hierarchical data providers and how they work. For using them with the [classname]#TreeGrid# component you should see <<dummy/../../../framework/components/components-treegrid.asciidoc#components.treegrid,"its documentation">>. +you use the collection style API of [classname]#HierarchyData# and then pass it to a [classname]#InMemoryHierarchicalDataProvider#. This chapter introduces the hierarchical data providers and how they work. +For using them with the components you should see <<dummy/../../../framework/components/components-tree.asciidoc#components.tree,"Tree">> +and <<dummy/../../../framework/components/components-treegrid.asciidoc#components.treegrid,"TreeGrid">> documentation. == In-memory Hierarchical Data |