Interface RendererFactory<T,V>
- Type Parameters:
T- the grid bean typeV- the column value type
- All Superinterfaces:
Function<ValueProvider<T,,V>, Renderer<T>> Serializable,SerializableFunction<ValueProvider<T,V>, Renderer<T>>
- 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 RendererFactory<T,V>
extends SerializableFunction<ValueProvider<T,V>,Renderer<T>>
A named functional interface that creates a
Renderer for a grid column given a
ValueProvider.-
Method Summary