diff options
Diffstat (limited to 'documentation/components/components-tree.asciidoc')
-rw-r--r-- | documentation/components/components-tree.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/components/components-tree.asciidoc b/documentation/components/components-tree.asciidoc index d32ce8d19b..d983049576 100644 --- a/documentation/components/components-tree.asciidoc +++ b/documentation/components/components-tree.asciidoc @@ -7,6 +7,11 @@ layout: page [[components.tree]] = [classname]#Tree# +ifdef::web[] +[.sampler] +image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/grids-and-trees/tree] +endif::web[] + The [classname]#Tree# component allows a natural way to represent data that has hierarchical relationships, such as filesystems or message threads. The [classname]#Tree# component in Vaadin works much like the tree components of |