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, com.vaadin.flow.server.VaadinService service) Gets the template data which contains a JSOUPElementrepresenting the template content and the template uri.Constructors in com.vaadin.flow.component.littemplate with parameters of type LitTemplateModifierConstructorDescriptionLitTemplateInitializer(LitTemplate template, com.vaadin.flow.server.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, com.vaadin.flow.server.VaadinService service)