Package | Description |
---|---|
com.vaadin.flow.internal.nodefeature | |
com.vaadin.flow.templatemodel |
Modifier and Type | Method and Description |
---|---|
static ElementPropertyMap |
ElementPropertyMap.getModel(StateNode node)
Gets the model map for the given node.
|
ElementPropertyMap |
ElementPropertyMap.resolveModelMap(String modelPath)
Resolves the
ElementPropertyMap that the model path refers to. |
Modifier and Type | Method and Description |
---|---|
void |
BeanModelType.importProperties(ElementPropertyMap model,
Object bean,
PropertyFilter propertyFilter)
Imports properties from a bean into a model map based on the properties
in this model type.
|
Modifier and Type | Method and Description |
---|---|
static <R> R |
TemplateModelUtil.resolveBeanAndRun(TemplateModel model,
String modelPath,
BiFunction<BeanModelType<?>,ElementPropertyMap,R> callback)
Resolves a bean model type and model map based on a model instance and
passes those values to the provided callback.
|
Copyright © 2025. All rights reserved.