Uses of Class
com.vaadin.flow.templatemodel.ListModelType
Packages that use ListModelType
-
Uses of ListModelType in com.vaadin.flow.templatemodel
Method parameters in com.vaadin.flow.templatemodel with type arguments of type ListModelTypeModifier and TypeMethodDescriptionstatic <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.