| BasicRenderer |
|
| ClickableRenderer |
Represents a clickable renderer.
|
| ClickableRenderer.ItemClickListener |
Listener that receives the clicked item (or tapped item, in touch
devices).
|
| ComponentRenderer |
Base class for all renderers that support arbitrary Components.
|
| LitRenderer |
LitRenderer is a Renderer that uses a Lit-based template literal to
render given model objects in the components that support the JS renderer
functions API.
|
| Renderer |
Base class for all renderers - classes that take a given model object as
input and outputs a set of elements that represents that item in the UI.
|
| Rendering |
Defines the context of a given Renderer when building the output
elements.
|
| TemplateRenderer |
Deprecated.
|