| Package | Description |
|---|---|
| com.vaadin.flow.data.renderer |
| Modifier and Type | Method and Description |
|---|---|
static <SOURCE> LitRenderer<SOURCE> |
LitRenderer.of(String templateExpression)
Creates a new LitRenderer based on the provided template expression.
|
LitRenderer<SOURCE> |
LitRenderer.withEventHandler(String eventHandlerName,
SerializableConsumer<SOURCE> handler)
Deprecated.
Use
withFunction(String, SerializableConsumer)
instead. |
LitRenderer<SOURCE> |
LitRenderer.withFunction(String functionName,
SerializableBiConsumer<SOURCE,elemental.json.JsonArray> handler)
Adds a function that can be called from within the template expression.
|
LitRenderer<SOURCE> |
LitRenderer.withFunction(String functionName,
SerializableConsumer<SOURCE> handler)
Adds a function that can be called from within the template expression.
|
LitRenderer<SOURCE> |
LitRenderer.withProperty(String property,
ValueProvider<SOURCE,?> provider)
Makes a property available to the template expression.
|
Copyright © 2023. All rights reserved.