C - the context typepublic interface ComponentRenderer<C extends ComponentRenderer.Context>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComponentRenderer.Context
A component renderer context.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull Component |
render(@NonNull Component component,
C context)
Renders a component.
|