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>>
A named functional interface that creates a
Renderer for a grid column given a
ValueProvider.-
Method Summary