Package com.vaadin.flow.component.polymertemplate


package com.vaadin.flow.component.polymertemplate
  • Class
    Description
    Deprecated.
    Polymer template support is deprecated - we recommend you to use LitTemplate instead.
    Deprecated.
    Use BundleLitParser to parse Lit template since polymer template is deprecated, we recommend you to use LitTemplate instead.
    Deprecated.
    Event handlers are not supported by Lit templates.
    Deprecated.
    Use com.vaadin.flow.component.template.Id instead.
    Deprecated.
    Use IdCollector instead.
    Deprecated.
    Use IdMapper instead.Polymer template support is deprecated - we recommend you to use LitTemplate instead.
    Deprecated.
    InjectableLitElementInitializer should be used for Lit templates since polymer support is deprecated, we recommend you to use LitTemplate instead.
    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.
    Deprecated.
    Use LitTemplateParserImpl class for LitTemplate components.
    Deprecated.
    Polymer template support is deprecated - we recommend you to use LitTemplate instead.
    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.
    Use LitTemplateDataAnalyzer for LitTemplate components.
    Three argument consumer.
    Deprecated.
    Deprecated.
    Use LitTemplateInitializer for LitTemplate components.
    Deprecated.
    Use LitTemplateParser for LitTemplate components.
    Deprecated.
    Use LitTemplateParser.TemplateData instead
    Template parser factory.