- LitTemplate - Class in com.vaadin.flow.component.littemplate
-
Component which renders a LitElement template.
- LitTemplate() - Constructor for class com.vaadin.flow.component.littemplate.LitTemplate
-
Creates the component mapped to a LitElement.
- LitTemplate(LitTemplateParser, VaadinService) - Constructor for class com.vaadin.flow.component.littemplate.LitTemplate
-
Creates the component component mapped to a LitElement using the provided
parser and service.
- LitTemplateInitializer - Class in com.vaadin.flow.component.littemplate
-
Template initialization related logic.
- LitTemplateInitializer(LitTemplate, VaadinService) - Constructor for class com.vaadin.flow.component.littemplate.LitTemplateInitializer
-
Creates a new initializer instance.
- LitTemplateParser - Interface in com.vaadin.flow.component.littemplate
-
Lit template content parser.
- LitTemplateParser.LitTemplateParserFactory - Class in com.vaadin.flow.component.littemplate
-
Lit template parser factory.
- LitTemplateParser.TemplateData - Class in com.vaadin.flow.component.littemplate
-
Wrapper for the parsing result.
- LitTemplateParserFactory() - Constructor for class com.vaadin.flow.component.littemplate.LitTemplateParser.LitTemplateParserFactory
-
- LitTemplateParserImpl - Class in com.vaadin.flow.component.littemplate.internal
-
Lit template parser implementation.
- LitTemplateParserImpl() - Constructor for class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
-
The default constructor.