InjectableLitElementInitializer should be used for Lit
templates since polymer support is deprecated, we recommend you
to use LitTemplate instead. Read more details from
the
Vaadin blog.@Deprecated public class InjectablePolymerElementInitializer extends AbstractInjectableElementInitializer
For internal use only. May be renamed or removed in a future release.
| Constructor and Description |
|---|
InjectablePolymerElementInitializer(Element element,
Class<? extends Component> templateClass)
Deprecated.
Creates an initializer for the
element. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isStaticAttribute(String name,
String value)
Deprecated.
|
accept, getElementprotected boolean isStaticAttribute(String name, String value)
isStaticAttribute in class AbstractInjectableElementInitializerCopyright © 2000–2022 Vaadin Ltd. All rights reserved.