public class InjectablePolymerElementInitializer extends AbstractInjectableElementInitializer
For internal use only. May be renamed or removed in a future release.
TEXT_DATA
Constructor and Description |
---|
InjectablePolymerElementInitializer(Element element,
Class<? extends Component> templateClass)
Creates an initializer for the
element . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isStaticAttribute(String name,
String value)
Checks whether the attribute declaration is an attribute with a static
value ( so it can be set on the serve side).
|
accept, getElement
protected boolean isStaticAttribute(String name, String value)
AbstractInjectableElementInitializer
isStaticAttribute
in class AbstractInjectableElementInitializer
name
- the template attribute namevalue
- the template attribute valueCopyright © 2000–2022 Vaadin Ltd. All rights reserved.