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.Lookup
Packages that use Lookup
Package
Description
-
Uses of Lookup in com.vaadin.base.devserver
Constructors in com.vaadin.base.devserver with parameters of type LookupModifierConstructorDescriptionprotected
AbstractDevServerRunner
(Lookup lookup, int runningPort, File npmFolder, CompletableFuture<Void> waitFor) Craete an instance that waits for the given task to complete before starting or connecting to the server.
ViteHandler
(Lookup lookup, int runningPort, File npmFolder, CompletableFuture<Void> waitFor) Creates and starts the dev mode handler if none has been started yet.
-
Uses of Lookup in com.vaadin.experimental
Constructors in com.vaadin.experimental with parameters of type LookupModifierConstructorDescriptionFeatureFlags
(Lookup lookup) Generate FeatureFlags with given lookup data.
-
Uses of Lookup in com.vaadin.flow.di
Classes in com.vaadin.flow.di that implement LookupMethods in com.vaadin.flow.di that return LookupModifier and TypeMethodDescriptionstatic Lookup
Make a composite lookup which contains the services from both
lookup1
andlookup2
.protected Lookup
LookupInitializer.createLookup
(VaadinContext context, Map<Class<?>, Collection<Class<?>>> services) Creates a lookup based on provided
services
.static <T> Lookup
Creates a lookup which contains (only) the provided
service
as instance of givenserviceTypes
.Methods in com.vaadin.flow.di with parameters of type Lookup -
Uses of Lookup in com.vaadin.flow.function
Methods in com.vaadin.flow.function with parameters of type Lookup -
Uses of Lookup in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend that return LookupModifier and TypeMethodDescriptionOptions.getLookup()
Gets the lookup instance to use for internal lookups.
Constructors in com.vaadin.flow.server.frontend with parameters of type Lookup -
Uses of Lookup in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return LookupModifier and TypeMethodDescriptionprotected Lookup
SpringLookupInitializer.createLookup
(VaadinContext context, Map<Class<?>, Collection<Class<?>>> services)