| Modifier and Type | Method and Description |
|---|---|
static <SOURCE> TemplateRenderer<SOURCE> |
TemplateRenderer.of(String template)
Deprecated.
Creates a new TemplateRenderer based on the provided template.
|
TemplateRenderer<SOURCE> |
TemplateRenderer.withEventHandler(String handlerName,
com.vaadin.flow.function.SerializableConsumer<SOURCE> handler)
Deprecated.
Sets an event handler for events from elements inside the template.
|
TemplateRenderer<SOURCE> |
TemplateRenderer.withProperty(String property,
com.vaadin.flow.function.ValueProvider<SOURCE,?> provider)
Deprecated.
Sets a property to be used inside the template.
|
Copyright © 2022. All rights reserved.