summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorOlli Tietäväinen <ollit@vaadin.com>2017-09-19 14:52:18 +0300
committerHenri Sara <henri.sara@gmail.com>2017-09-19 14:52:18 +0300
commitd2a2c61b81e9441e8c3cb36336cca4bbb6c37fd4 (patch)
treef31597d69bfc26024ea1b4fbb5e7786060498d4b /documentation
parentf6e082f5172d791a49d98a6b6b7770d3b38c8695 (diff)
downloadvaadin-framework-d2a2c61b81e9441e8c3cb36336cca4bbb6c37fd4.tar.gz
vaadin-framework-d2a2c61b81e9441e8c3cb36336cca4bbb6c37fd4.zip
Remove drag and drop from Tree doc (#9992)
Tree does not support drag and drop right now (see #9804).
Diffstat (limited to 'documentation')
-rw-r--r--documentation/components/components-tree.asciidoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/components/components-tree.asciidoc b/documentation/components/components-tree.asciidoc
index 3490182332..ef1def1beb 100644
--- a/documentation/components/components-tree.asciidoc
+++ b/documentation/components/components-tree.asciidoc
@@ -18,7 +18,6 @@ endif::web[]
The [classname]#Tree# component allows a natural way to represent data that has hierarchical relationships.
The user can drill down in the hierarchy by expanding items by clicking on the expand arrow, and likewise collapse items.
[classname]#Tree# is a selection component that allows selecting items.
-It also supports drag and drop, so you can drag items to and from a tree, and drop them in the hierarchy.
A typical use of the [classname]#Tree# component is for displaying a hierarchical menu, as illustrated in <<figure.components.tree>>, or for displaying file systems or hierarchical datasets.