Uses of Interface
com.vaadin.flow.di.Lookup
Packages that use Lookup
Package
Description
-
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 LookupMake a composite lookup which contains the services from bothlookup1andlookup2.protected LookupLookupInitializer.createLookup(VaadinContext context, Map<Class<?>, Collection<Class<?>>> services) Creates a lookup based on providedservices.static <T> LookupCreates a lookup which contains (only) the providedserviceas 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