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.
com.vaadin.flow.component.polymertemplate.
Package com.vaadin.flow.component.polymertemplate
-
Interface Summary Interface Description TemplateDataAnalyzer.InjectableFieldCunsumer Three argument consumer.
TemplateParser Deprecated. UseLitTemplateParser
forLitTemplate
components. -
Class Summary Class Description AbstractTemplate<M extends TemplateModel> Deprecated. Polymer template support is deprecated - we recommend you to useLitTemplate
instead.BundleParser Deprecated. UseBundleLitParser
to parse Lit template since polymer template is deprecated, we recommend you to useLitTemplate
instead.IdCollector Deprecated. UseIdCollector
instead.IdMapper Deprecated. UseIdMapper
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. UseLitTemplateParserImpl
class forLitTemplate
components.PolymerTemplate<M extends TemplateModel> Deprecated. Polymer template support is deprecated - we recommend you to useLitTemplate
instead.TemplateDataAnalyzer Deprecated. UseLitTemplateDataAnalyzer
forLitTemplate
components.TemplateDataAnalyzer.PolymerParserData Deprecated. TemplateInitializer Deprecated. UseLitTemplateInitializer
forLitTemplate
components.TemplateParser.TemplateData Deprecated. UseLitTemplateParser.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.