com.vaadin.flow.component.polymertemplate.
Package com.vaadin.flow.component.polymertemplate
-
Interface Summary Interface Description TemplateDataAnalyzer.InjectableFieldCunsumer Three argument consumer.
TemplateParser Deprecated Use
LitTemplateParser
forLitTemplate
components. -
Class Summary 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 useLitTemplate
instead.IdCollector Deprecated Use
IdCollector
instead.IdMapper Deprecated Use
IdMapper
instead.Polymer template support is deprecated - we recommend you to useLitTemplate
instead.InjectablePolymerElementInitializer Deprecated InjectableLitElementInitializer
should be used for Lit templates since polymer support is deprecated, we recommend you to useLitTemplate
instead.NpmTemplateParser Deprecated Use
LitTemplateParserImpl
class forLitTemplate
components.PolymerTemplate<M extends TemplateModel> Deprecated Polymer template support is deprecated - we recommend you to use
LitTemplate
instead.TemplateDataAnalyzer Deprecated Use
LitTemplateDataAnalyzer
forLitTemplate
components.TemplateDataAnalyzer.PolymerParserData Deprecated TemplateInitializer Deprecated Use
LitTemplateInitializer
forLitTemplate
components.TemplateParser.TemplateData Deprecated Use
LitTemplateParser.TemplateData
insteadTemplateParser.TemplateParserFactory Template parser factory.
-
Annotation Types Summary 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.