aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/datamodel/datamodel-hierarchical.asciidoc
Commit message (Collapse)AuthorAgeFilesLines
* Update broken docs syntax in github (#11596)Zhe Sun2019-05-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add delay to the unstable test * Add delay for unstable tests * Update broken docs syntax in github * Merge branch 'master' into ZheSun88-patch-1 * Update doc reference syntax * Merge branch 'ZheSun88-patch-1' of github.com:vaadin/framework into ZheSun88-patch-1 # Conflicts: # documentation/components/components-overview.asciidoc * Merge branch 'master' into ZheSun88-patch-1 * use .asciidoc * Merge remote-tracking branch 'origin/ZheSun88-patch-1' into ZheSun88-patch-1 * use .asciidoc * Merge branch 'master' into ZheSun88-patch-1
* Remove warnings about pre-release content in documentation (#9737)Henri Sara2017-07-261-2/+0
| | | Resolves #9191
* Fix hierarchical dataprovider example code bugtmattsso2017-07-131-1/+1
|
* Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349)Aleksi Hietanen2017-05-181-10/+6
|
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-161-11/+11
| | | | | | * Refactor common methods of InMemoryHierarchicalDataProvider and ListDataProvider to a single interface * Rename HierarchyData and InMemoryHierarchicalDataProvider, introduce HasHierarchicalDataProvider * Additionally adds a helper method for recursive constructing TreeData with a child item provider.
* Tree documentationIlia Motornyi2017-05-041-2/+4
|
* Fix three typos in the documentation (#9230)Ilia Motornyi2017-05-041-2/+2
|
* Fix invalid link (#9183)Artur2017-04-281-1/+1
|
* Initial Documentation for TreeGrid and Hierarchical Data (#8880)Pekka Hyvönen2017-03-201-0/+130
* Initial Documentation for TreeGrid and Hierarchical Data Fixes #8615, part of #8616