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.
Handles building a widget to display the value.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull Widget
static <T,
R> ValueRenderer <T> by
(Function<T, R> func, ValueRenderers.Kind kind)
-
Method Details
-
build
-
by
-