Uses of Interface
com.vaadin.flow.templatemodel.TemplateModel
-
Packages that use TemplateModel Package Description com.vaadin.flow.component.polymertemplate com.vaadin.flow.templatemodel -
-
Uses of TemplateModel in com.vaadin.flow.component.polymertemplate
Classes in com.vaadin.flow.component.polymertemplate with type parameters of type TemplateModel Modifier and Type Class Description classAbstractTemplate<M extends TemplateModel>Deprecated.Polymer template support is deprecated - we recommend you to useLitTemplateinstead.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 TemplateModel Modifier and Type Class Description classModelDescriptor<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 TemplateModel Modifier and Type Method Description static <T extends TemplateModel>
ModelDescriptor<T>ModelDescriptor. get(Class<T> modelType)Deprecated.Gets the model descriptor for a model type.Methods in com.vaadin.flow.templatemodel with parameters of type TemplateModel Modifier and Type Method Description static <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.
-