We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.di.Instantiator
Packages that use Instantiator
Package
Description
-
Uses of Instantiator in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type InstantiatorModifier and TypeMethodDescriptionWebComponentConfiguration.createWebComponentBinding
(Instantiator instantiator, Element element, elemental.json.JsonObject newAttributeDefaults) Creates a new
WebComponentBinding
instance. -
Uses of Instantiator in com.vaadin.flow.di
Classes in com.vaadin.flow.di that implement InstantiatorModifier and TypeClassDescriptionclass
Default instantiator that is used if no other instantiator has been registered.
Methods in com.vaadin.flow.di that return InstantiatorModifier and TypeMethodDescriptionInstantiatorFactory.createInstantitor
(VaadinService service) Create an
Instantiator
using the providedservice
.static Instantiator
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 InstantiatorModifier and TypeMethodDescriptionprotected Instantiator
VaadinService.createInstantiator()
Creates an instantiator to use with this service.
VaadinService.getInstantiator()
Gets the instantiator used by this service.
Methods in com.vaadin.flow.server that return types with arguments of type InstantiatorModifier and TypeMethodDescriptionprotected Optional<Instantiator>
VaadinService.loadInstantiators()
Loads and initializes instantiators.
-
Uses of Instantiator in com.vaadin.flow.spring
Classes in com.vaadin.flow.spring that implement InstantiatorModifier and TypeClassDescriptionclass
Default Spring instantiator that is used if no other instantiator has been registered.
Methods in com.vaadin.flow.spring that return types with arguments of type InstantiatorModifier and TypeMethodDescriptionprotected Optional<Instantiator>
SpringVaadinServletService.loadInstantiators()
-
Uses of Instantiator in com.vaadin.testbench.unit.mocks
Methods in com.vaadin.testbench.unit.mocks that return Instantiator