Package org.vaadin.firitin.components
Interface Tree.ItemDecorator<T>
-
- Type Parameters:
T- the type of items in the Tree
- All Superinterfaces:
BiConsumer<T,TreeItem>,Serializable
public static interface Tree.ItemDecorator<T> extends BiConsumer<T,TreeItem>, Serializable
This can be used to further configure the created TreeItem instances. For example to add additional click listeners or context menus.- Author:
- mstahv
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
-