Uses of Interface
com.vaadin.flow.templatemodel.TemplateModel
Packages that use TemplateModel
-
Uses of TemplateModel in com.vaadin.flow.component.polymertemplate
Classes in com.vaadin.flow.component.polymertemplate with type parameters of type TemplateModelModifier and TypeClassDescriptionclassAbstractTemplate<M extends TemplateModel>Deprecated.classPolymerTemplate<M extends TemplateModel>Deprecated.Polymer template support is deprecated - we recommend you to useLitTemplateinstead. -
Uses of TemplateModel in com.vaadin.flow.templatemodel
Classes in com.vaadin.flow.templatemodel with type parameters of type TemplateModelModifier and TypeClassDescriptionclassModelDescriptor<T extends TemplateModel>Deprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.Methods in com.vaadin.flow.templatemodel with type parameters of type TemplateModelModifier and TypeMethodDescriptionstatic <T extends TemplateModel>
ModelDescriptor<T>Deprecated.Gets the model descriptor for a model type.Methods in com.vaadin.flow.templatemodel with parameters of type TemplateModelModifier and TypeMethodDescriptionstatic <R> RTemplateModelUtil.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> 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.
LitTemplateinstead.