Package com.vaadin.flow.component.polymertemplate
-
Interface Summary Interface Description TemplateDataAnalyzer.InjectableFieldCunsumer Three argument consumer.TemplateParser Deprecated. UseLitTemplateParserforLitTemplatecomponents. -
Class Summary Class Description AbstractTemplate<M extends TemplateModel> Deprecated. Polymer template support is deprecated - we recommend you to useLitTemplateinstead.BundleParser Deprecated. UseBundleLitParserto parse Lit template since polymer template is deprecated, we recommend you to useLitTemplateinstead.IdCollector Deprecated. UseIdCollectorinstead.IdMapper Deprecated. UseIdMapperinstead.Polymer template support is deprecated - we recommend you to useLitTemplateinstead.InjectablePolymerElementInitializer Deprecated. InjectableLitElementInitializershould be used for Lit templates since polymer support is deprecated, we recommend you to useLitTemplateinstead.NpmTemplateParser Deprecated. UseLitTemplateParserImplclass forLitTemplatecomponents.PolymerTemplate<M extends TemplateModel> Deprecated. Polymer template support is deprecated - we recommend you to useLitTemplateinstead.TemplateDataAnalyzer Deprecated. UseLitTemplateDataAnalyzerforLitTemplatecomponents.TemplateDataAnalyzer.PolymerParserData Deprecated. TemplateInitializer Deprecated. UseLitTemplateInitializerforLitTemplatecomponents.TemplateParser.TemplateData Deprecated. UseLitTemplateParser.TemplateDatainsteadTemplateParser.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@Idmapping 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.