Uses of Interface
com.vaadin.flow.internal.Template
-
Packages that use Template Package Description com.vaadin.flow.component.littemplate com.vaadin.flow.component.polymertemplate -
-
Uses of Template in com.vaadin.flow.component.littemplate
Classes in com.vaadin.flow.component.littemplate that implement Template Modifier and Type Class Description classLitTemplateComponent which renders a LitElement template. -
Uses of Template in com.vaadin.flow.component.polymertemplate
Classes in com.vaadin.flow.component.polymertemplate that implement Template Modifier and Type Class Description classPolymerTemplate<M extends TemplateModel>Deprecated.Polymer template support is deprecated - we recommend you to useLitTemplateinstead.
-