diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-03-20 17:05:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 17:05:29 +0200 |
commit | 2618b8e2cc592a773396a16fd7dccc8b1a0fcd9d (patch) | |
tree | 9c10515a80da3af26ef8142d544959f930eadbd6 /documentation/datamodel/datamodel-overview.asciidoc | |
parent | 69b43cb346b504d713e458b987e65f4db1b825df (diff) | |
download | vaadin-framework-2618b8e2cc592a773396a16fd7dccc8b1a0fcd9d.tar.gz vaadin-framework-2618b8e2cc592a773396a16fd7dccc8b1a0fcd9d.zip |
Initial Documentation for TreeGrid and Hierarchical Data (#8880)
* Initial Documentation for TreeGrid and Hierarchical Data
Fixes #8615, part of #8616
Diffstat (limited to 'documentation/datamodel/datamodel-overview.asciidoc')
-rw-r--r-- | documentation/datamodel/datamodel-overview.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/datamodel/datamodel-overview.asciidoc b/documentation/datamodel/datamodel-overview.asciidoc index ea11d63f2f..49b936c77e 100644 --- a/documentation/datamodel/datamodel-overview.asciidoc +++ b/documentation/datamodel/datamodel-overview.asciidoc @@ -22,7 +22,7 @@ You have full control over how you configure and lay out the individual input fi There are UI components in the framework that lists multiple similar objects and lets the user view, select and in some cases even edit those objects. A listing component can get its data from an in-memory collection or lazily fetch it from some backend. In either case, there are options available for defining how the data is sorted and filtered before being displayed to the user. -Read more about how to provide lists of data to these components in <<dummy/../../../framework/datamodel/datamodel-providers.asciidoc#datamodel.providers,"Showing Many Items in a Listing">>. +Read more about how to provide lists of data to these components in <<dummy/../../../framework/datamodel/datamodel-providers.asciidoc#datamodel.providers,"Showing Many Items in a Listing">>. For using hierarchical data, see <<dummy/../../../framework/datamodel/datamodel-hierarchical.asciidoc#datamodel.hierarchical,"Hierarchical Data">>. Using a listing component as an input field to select one or many of the listed items is described in <<dummy/../../../framework/datamodel/datamodel-selection.asciidoc#datamodel.selection,"Selecting items">>. Vaadin Data Model topic references:: @@ -30,3 +30,4 @@ Vaadin Data Model topic references:: * <<dummy/../../../framework/datamodel/datamodel-forms.asciidoc#datamodel.forms,"Binding Data to Forms">> * <<dummy/../../../framework/datamodel/datamodel-providers.asciidoc#datamodel.providers,"Showing Many Items in a Listing">> * <<dummy/../../../framework/datamodel/datamodel-selection.asciidoc#datamodel.selection,"Selecting items">> +* <<dummy/../../../framework/datamodel/datamodel-hierarchical.asciidoc#datamodel.hierarchical,"Hierarchical Data">> |