We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.component.littemplate.LitTemplateParser
Packages that use LitTemplateParser
Package
Description
-
Uses of LitTemplateParser in com.vaadin.flow.component.littemplate
Methods in com.vaadin.flow.component.littemplate that return LitTemplateParserModifier and TypeMethodDescriptionLitTemplateParser.LitTemplateParserFactory.createParser()
Creates a Lit template parser instance.
Constructors in com.vaadin.flow.component.littemplate with parameters of type LitTemplateParserModifierConstructorDescriptionprotected
LitTemplate
(LitTemplateParser parser, VaadinService service) Creates the component component mapped to a LitElement using the provided
parser
andservice
. -
Uses of LitTemplateParser in com.vaadin.flow.component.littemplate.internal
Classes in com.vaadin.flow.component.littemplate.internal that implement LitTemplateParserMethods in com.vaadin.flow.component.littemplate.internal that return LitTemplateParser