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
TEXT_DATA| 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.
Checks whether the attribute declaration is an attribute with a static
value ( so it can be set on the serve side).
|
accept, getElementprotected boolean isStaticAttribute(String name, String value)
AbstractInjectableElementInitializerisStaticAttribute in class AbstractInjectableElementInitializername - the template attribute namevalue - the template attribute valueCopyright © 2021. All rights reserved.