Interface ValueRenderer<T>

Type Parameters:
T - the type that this renderer can handle.
All Known Subinterfaces:
ValueRenderer.OfInt
All Known Implementing Classes:
CustomDetailsValueRenderer
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 ValueRenderer<T>
Handles building a widget to display the value.