Uses of Interface
com.vaadin.flow.component.polymertemplate.TemplateParser
-
Packages that use TemplateParser Package Description com.vaadin.flow.component.polymertemplate -
-
Uses of TemplateParser in com.vaadin.flow.component.polymertemplate
Classes in com.vaadin.flow.component.polymertemplate that implement TemplateParser Modifier and Type Class Description classNpmTemplateParserDeprecated.UseLitTemplateParserImplclass forLitTemplatecomponents.Methods in com.vaadin.flow.component.polymertemplate that return TemplateParser Modifier and Type Method Description TemplateParserTemplateParser.TemplateParserFactory. createParser()Creates a template parser instance.static TemplateParserNpmTemplateParser. getInstance()Deprecated.Constructors in com.vaadin.flow.component.polymertemplate with parameters of type TemplateParser Constructor Description PolymerTemplate(TemplateParser parser)Deprecated.Creates the component that is responsible for Polymer template functionality using the providedparser.PolymerTemplate(TemplateParser parser, VaadinService service)Deprecated.Creates the component that is responsible for Polymer template functionality using the providedparser.TemplateInitializer(PolymerTemplate<?> template, TemplateParser parser, VaadinService service)Deprecated.Creates a new initializer instance.
-