Package | Description |
---|---|
com.vaadin.flow.component.webcomponent | |
com.vaadin.flow.di | |
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
WebComponentBinding<C> |
WebComponentConfiguration.createWebComponentBinding(Instantiator instantiator,
Element element,
elemental.json.JsonObject newAttributeDefaults)
Creates a new
WebComponentBinding instance. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstantiator
Default instantiator that is used if no other instantiator has been
registered.
|
Modifier and Type | Method and Description |
---|---|
static Instantiator |
Instantiator.get(UI ui)
Gets the instantiator to use for the given UI.
|
Modifier and Type | Method and Description |
---|---|
protected Instantiator |
VaadinService.createInstantiator()
Creates an instantiator to use with this service.
|
Instantiator |
VaadinService.getInstantiator()
Gets the instantiator used by this service.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<Instantiator> |
VaadinService.loadInstantiators()
Loads and initializes instantiators.
|
Copyright © 2021. All rights reserved.