Interface | Description |
---|---|
TemplateDataAnalyzer.InjectableFieldCunsumer |
Three argument consumer.
|
TemplateParser | Deprecated
Use
LitTemplateParser for LitTemplate components. |
Class | Description |
---|---|
AbstractTemplate<M extends TemplateModel> | Deprecated
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. |
BundleParser | Deprecated
Use
BundleLitParser to parse Lit template since polymer
template is deprecated, we recommend you to use
LitTemplate instead. |
IdCollector | Deprecated
Use
IdCollector
instead. |
IdMapper | Deprecated
Use
IdMapper
instead.Polymer template support is deprecated - we recommend you
to use LitTemplate instead. |
InjectablePolymerElementInitializer | Deprecated
InjectableLitElementInitializer should be used for Lit
templates since polymer support is deprecated, we recommend you
to use LitTemplate instead. |
NpmTemplateParser | Deprecated
Use
LitTemplateParserImpl class for LitTemplate
components. |
PolymerTemplate<M extends TemplateModel> | Deprecated
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. |
TemplateDataAnalyzer | Deprecated
Use
LitTemplateDataAnalyzer for LitTemplate
components. |
TemplateDataAnalyzer.PolymerParserData | Deprecated |
TemplateInitializer | Deprecated
Use
LitTemplateInitializer for LitTemplate
components. |
TemplateParser.TemplateData | Deprecated
Use
LitTemplateParser.TemplateData instead |
TemplateParser.TemplateParserFactory |
Template parser factory.
|
Annotation Type | Description |
---|---|
EventHandler | Deprecated
Event handlers are not supported by Lit templates.
|
Id | Deprecated
Use com.vaadin.flow.component.template.Id instead.
|
ModelItem | Deprecated
There is no any replacement in Lit template since template model
is not supported for lit template, but you may still use
@EventData("some_data") to receive data from the client
side or @Id mapping and the component API or the element
API with property synchronization instead. |
RepeatIndex | Deprecated
dom-repeat is not support by Lit templates but you may still use
@EventData("some_data") directly to receive data from the
client side. |
Copyright © 2022. All rights reserved.