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
Tree.TreeContextClickEvent. getComponent()
Tree
Tree.TreeTargetDetails. getTarget()
Methods in com.vaadin.ui with parameters of type Tree Modifier and Type Method Description protected abstract Set<Object>
Tree.TreeDropCriterion. getAllowedItemIds(DragAndDropEvent dragEvent, Tree tree)
String
Tree.ItemStyleGenerator. getStyle(Tree source, Object itemId)
Called by Tree when an item is painted.Constructors in com.vaadin.ui with parameters of type Tree Constructor Description TreeContextClickEvent(Tree source, Object itemId, MouseEventDetails mouseEventDetails)
-