Class InjectableLitElementInitializer
java.lang.Object
com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
com.vaadin.flow.component.littemplate.InjectableLitElementInitializer
public class InjectableLitElementInitializer
extends com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
Initialize a lit template element with data.
For internal use only. May be renamed or removed in a future release.
- Author:
- Vaadin Ltd
-
Constructor Summary
ConstructorsConstructorDescriptionInjectableLitElementInitializer(com.vaadin.flow.dom.Element element, Class<? extends com.vaadin.flow.component.Component> templateClass) Creates an initializer for theelement. -
Method Summary
Methods inherited from class com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
getElement
-
Constructor Details
-
InjectableLitElementInitializer
public InjectableLitElementInitializer(com.vaadin.flow.dom.Element element, Class<? extends com.vaadin.flow.component.Component> templateClass) Creates an initializer for theelement.- Parameters:
element- element to initializetemplateClass- the class of the template component
-
-
Method Details
-
accept
-
isStaticAttribute
- Specified by:
isStaticAttributein classcom.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
-