Package | Description |
---|---|
com.vaadin.flow.internal.nodefeature | |
com.vaadin.flow.templatemodel |
Modifier and Type | Method and Description |
---|---|
ModelList |
ElementPropertyMap.resolveModelList(String modelPath)
Resolves the
ModelList that the model path refers to. |
Modifier and Type | Method and Description |
---|---|
void |
ListModelType.importBeans(ModelList modelList,
List<T> beans,
PropertyFilter propertyFilter)
Deprecated.
Imports beans into a model list based on the properties in the item type
of this model type.
|
Modifier and Type | Method and Description |
---|---|
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 © 2021. All rights reserved.