Class InjectablePolymerElementInitializer
java.lang.Object
com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
com.vaadin.flow.component.polymertemplate.InjectablePolymerElementInitializer
@Deprecated
public class InjectablePolymerElementInitializer
extends com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
Deprecated.
Initialize a polymer template element with data.
For internal use only. May be renamed or removed in a future release.
- Author:
- Vaadin Ltd
-
Constructor Summary
ConstructorsConstructorDescriptionInjectablePolymerElementInitializer(com.vaadin.flow.dom.Element element, Class<? extends com.vaadin.flow.component.Component> templateClass) Deprecated.Creates an initializer for theelement. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisStaticAttribute(String name, String value) Deprecated.Methods inherited from class com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
accept, getElement
-
Constructor Details
-
InjectablePolymerElementInitializer
public InjectablePolymerElementInitializer(com.vaadin.flow.dom.Element element, Class<? extends com.vaadin.flow.component.Component> templateClass) Deprecated.Creates an initializer for theelement.- Parameters:
element- element to initializetemplateClass- the class of the template component
-
-
Method Details
-
isStaticAttribute
Deprecated.- Specified by:
isStaticAttributein classcom.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
-
InjectableLitElementInitializershould be used for Lit templates since polymer support is deprecated, we recommend you to useLitTemplateinstead. Read more details from the Vaadin blog.