Uses of Class
com.vaadin.ui.Tree
-
Packages that use Tree Package Description com.vaadin.ui -
-
Uses of Tree in com.vaadin.ui
Methods in com.vaadin.ui that return Tree Modifier and Type Method Description Tree<T>Tree.TreeContextClickEvent. getComponent()Tree<T>Tree.ItemClick. getSource()Constructors in com.vaadin.ui with parameters of type Tree Constructor Description ItemClick(Tree<T> source, T item, MouseEventDetails mouseEventDetails)Constructs a new item click.TreeContextClickEvent(Tree<T> source, MouseEventDetails mouseEventDetails, T item)Creates a new context click event.
-