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 classInjectableLitElementInitializerInitialize 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 classInjectablePolymerElementInitializerDeprecated.InjectableLitElementInitializershould be used for Lit templates since polymer support is deprecated, we recommend you to useLitTemplateinstead.
-