| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInjectableElementInitializer(Element element)
Creates an initializer for the
element. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Map<String,String> templateAttributes) |
protected Element |
getElement()
Returns server side element to initialize.
|
protected abstract 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).
|
protected AbstractInjectableElementInitializer(Element element)
element.element - element to initializeprotected abstract boolean isStaticAttribute(String name, String value)
name - the template attribute namevalue - the template attribute valueprotected Element getElement()
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.