| Package | Description |
|---|---|
| com.vaadin.flow.component.polymertemplate | |
| com.vaadin.flow.templatemodel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplate<M extends TemplateModel>
Deprecated.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
class |
PolymerTemplate<M extends TemplateModel>
Deprecated.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelDescriptor<T extends TemplateModel>
Deprecated.
Template model and model types are not supported for lit
template, but you can use
@Id mapping and the component
API or the element API with property synchronization instead.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TemplateModel> |
ModelDescriptor.get(Class<T> modelType)
Deprecated.
Gets the model descriptor for a model type.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
TemplateModelUtil.resolveBeanAndRun(TemplateModel model,
String modelPath,
BiFunction<BeanModelType<?>,ElementPropertyMap,R> callback)
Deprecated.
Resolves a bean model type and model map based on a model instance and
passes those values to the provided callback.
|
static <R> R |
TemplateModelUtil.resolveListAndRun(TemplateModel model,
String modelPath,
BiFunction<ListModelType<?>,ModelList,R> callback)
Deprecated.
Resolves a list model type and a model list based on a model instance and
passes those to the provided callback.
|
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.