Uses of Class
com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
-
Packages that use AbstractInjectableElementInitializer Package Description com.vaadin.flow.component.littemplate com.vaadin.flow.component.polymertemplate -
-
Uses of AbstractInjectableElementInitializer in com.vaadin.flow.component.littemplate
Subclasses of AbstractInjectableElementInitializer in com.vaadin.flow.component.littemplate Modifier and Type Class Description class
InjectableLitElementInitializer
Initialize a lit template element with data. -
Uses of AbstractInjectableElementInitializer in com.vaadin.flow.component.polymertemplate
Subclasses of AbstractInjectableElementInitializer in com.vaadin.flow.component.polymertemplate Modifier and Type Class Description class
InjectablePolymerElementInitializer
Deprecated.InjectableLitElementInitializer
should be used for Lit templates since polymer support is deprecated, we recommend you to useLitTemplate
instead.
-