Uses of Interface
com.vaadin.flow.component.template.internal.DeprecatedPolymerTemplate
-
Packages that use DeprecatedPolymerTemplate Package Description com.vaadin.flow.component.polymertemplate -
-
Uses of DeprecatedPolymerTemplate in com.vaadin.flow.component.polymertemplate
Classes in com.vaadin.flow.component.polymertemplate that implement DeprecatedPolymerTemplate Modifier and Type Class Description class
AbstractTemplate<M extends TemplateModel>
Deprecated.Polymer template support is deprecated - we recommend you to useLitTemplate
instead.class
PolymerTemplate<M extends TemplateModel>
Deprecated.Polymer template support is deprecated - we recommend you to useLitTemplate
instead.
-