Uses of Interface
org.vaadin.firitin.components.Tree.SelectionListener
-
Packages that use Tree.SelectionListener Package Description org.vaadin.firitin.components -
-
Uses of Tree.SelectionListener in org.vaadin.firitin.components
Methods in org.vaadin.firitin.components with parameters of type Tree.SelectionListener Modifier and Type Method Description voidTree. addSelectionListener(Tree.SelectionListener<T> listener)Adds selection listener to nodes.voidTree. removeSelectionListener(Tree.SelectionListener<T> listener)
-