Package com.vaadin.flow.component.polymertemplate
package com.vaadin.flow.component.polymertemplate
-
ClassDescriptionAbstractTemplate<M extends TemplateModel>Deprecated.Deprecated.Use
BundleLitParserto parse Lit template since polymer template is deprecated, we recommend you to useLitTemplateinstead.Deprecated.Event handlers are not supported by Lit templates.Deprecated.Use com.vaadin.flow.component.template.Id instead.Deprecated.UseIdCollectorinstead.Deprecated.UseIdMapperinstead.Polymer template support is deprecated - we recommend you to useLitTemplateinstead.Deprecated.InjectableLitElementInitializershould be used for Lit templates since polymer support is deprecated, we recommend you to useLitTemplateinstead.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.Deprecated.UseLitTemplateParserImplclass forLitTemplatecomponents.PolymerTemplate<M extends TemplateModel>Deprecated.Polymer template support is deprecated - we recommend you to useLitTemplateinstead.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.Deprecated.UseLitTemplateDataAnalyzerforLitTemplatecomponents.Three argument consumer.Deprecated.Deprecated.UseLitTemplateInitializerforLitTemplatecomponents.Deprecated.UseLitTemplateParserforLitTemplatecomponents.Deprecated.UseLitTemplateParser.TemplateDatainsteadTemplate parser factory.
LitTemplateinstead.