Uses of Interface
com.vaadin.flow.di.Instantiator
-
Packages that use Instantiator Package Description com.vaadin.flow.component.webcomponent com.vaadin.flow.di com.vaadin.flow.server -
-
Uses of Instantiator in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type Instantiator Modifier and Type Method Description WebComponentBinding<C>WebComponentConfiguration. createWebComponentBinding(Instantiator instantiator, Element element, elemental.json.JsonObject newAttributeDefaults)Creates a newWebComponentBindinginstance. -
Uses of Instantiator in com.vaadin.flow.di
Classes in com.vaadin.flow.di that implement Instantiator Modifier and Type Class Description classDefaultInstantiatorDefault instantiator that is used if no other instantiator has been registered.Methods in com.vaadin.flow.di that return Instantiator Modifier and Type Method Description InstantiatorInstantiatorFactory. createInstantitor(VaadinService service)Create anInstantiatorusing the providedservice.static InstantiatorInstantiator. get(UI ui)Gets the instantiator to use for the given UI. -
Uses of Instantiator in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return Instantiator Modifier and Type Method Description protected InstantiatorVaadinService. createInstantiator()Creates an instantiator to use with this service.InstantiatorVaadinService. getInstantiator()Gets the instantiator used by this service.Methods in com.vaadin.flow.server that return types with arguments of type Instantiator Modifier and Type Method Description protected Optional<Instantiator>VaadinService. loadInstantiators()Loads and initializes instantiators.
-