Uses of Class
com.vaadin.flow.internal.nodefeature.ModelList
-
Packages that use ModelList Package Description com.vaadin.flow.internal.nodefeature com.vaadin.flow.templatemodel -
-
Uses of ModelList in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return ModelList Modifier and Type Method Description ModelListElementPropertyMap. resolveModelList(String modelPath)Resolves theModelListthat the model path refers to. -
Uses of ModelList in com.vaadin.flow.templatemodel
Methods in com.vaadin.flow.templatemodel with parameters of type ModelList Modifier and Type Method Description voidListModelType. 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.Method parameters in com.vaadin.flow.templatemodel with type arguments of type ModelList Modifier and Type Method Description static <R> RTemplateModelUtil. 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.
-