Package com.vaadin.ui.components.grid
Interface DetailsGenerator<T>
-
- Type Parameters:
T
- the grid bean type
- All Superinterfaces:
Function<T,Component>
,Serializable
,SerializableFunction<T,Component>
- 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 interface DetailsGenerator<T> extends SerializableFunction<T,Component>
A callback interface for generating details for a particular row in Grid.- Since:
- 8.0
- Author:
- Vaadin Ltd