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 Class
com.vaadin.flow.component.littemplate.LitTemplate
Packages that use LitTemplate
Package
Description
-
Uses of LitTemplate in com.vaadin.flow.component.littemplate
Method parameters in com.vaadin.flow.component.littemplate with type arguments of type LitTemplateModifier and TypeMethodDescriptionLitTemplateParser.getTemplateContent
(Class<? extends LitTemplate> clazz, String tag, VaadinService service) Gets the template data which contains a JSOUP
Element
representing the template content and the template uri.Constructors in com.vaadin.flow.component.littemplate with parameters of type LitTemplateModifierConstructorDescriptionLitTemplateInitializer
(LitTemplate template, VaadinService service) Creates a new initializer instance.
-
Uses of LitTemplate in com.vaadin.flow.component.littemplate.internal
Method parameters in com.vaadin.flow.component.littemplate.internal with type arguments of type LitTemplateModifier and TypeMethodDescriptionLitTemplateParserImpl.getTemplateContent
(Class<? extends LitTemplate> clazz, String tag, VaadinService service)