- Type Parameters:
E
- Tree data type
- All Superinterfaces:
- java.util.function.Function<E,io.jmix.ui.component.Component>
- Enclosing interface:
- Tree<E extends io.jmix.core.Entity>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface Tree.DetailsGenerator<E>
extends java.util.function.Function<E,io.jmix.ui.component.Component>
A callback interface for generating details for a particular item in Tree.