Uses of Interface
com.vaadin.ui.Tree.ItemStyleGenerator
-
Packages that use Tree.ItemStyleGenerator Package Description com.vaadin.ui -
-
Uses of Tree.ItemStyleGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return Tree.ItemStyleGenerator Modifier and Type Method Description Tree.ItemStyleGenerator
Tree. getItemStyleGenerator()
Methods in com.vaadin.ui with parameters of type Tree.ItemStyleGenerator Modifier and Type Method Description void
Tree. setItemStyleGenerator(Tree.ItemStyleGenerator itemStyleGenerator)
Sets theTree.ItemStyleGenerator
to be used with this tree.
-