Package org.vaadin.tatu
Interface BeanTable.ComponentProvider<T>
- All Superinterfaces:
Function<T,,com.vaadin.flow.component.Component> Serializable,com.vaadin.flow.function.SerializableFunction<T,,com.vaadin.flow.component.Component> com.vaadin.flow.function.ValueProvider<T,com.vaadin.flow.component.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 static interface BeanTable.ComponentProvider<T>
extends com.vaadin.flow.function.ValueProvider<T,com.vaadin.flow.component.Component>
-
Method Summary
-
Method Details
-
apply
Gets a caption for theitem.
-