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 Class
com.vaadin.experimental.FeatureFlags
Packages that use FeatureFlags
Package
Description
-
Uses of FeatureFlags in com.vaadin.experimental
Methods in com.vaadin.experimental that return FeatureFlagsModifier and TypeMethodDescriptionstatic FeatureFlags
FeatureFlags.get
(VaadinContext context) Gets the FeatureFlags for the given Vaadin context.
FeatureFlags.FeatureFlagsWrapper.getFeatureFlags()
Get the featureFlags.
Constructors in com.vaadin.experimental with parameters of type FeatureFlagsModifierConstructorDescriptionFeatureFlagsWrapper
(FeatureFlags featureFlags) Create a feature flags wrapper.
-
Uses of FeatureFlags in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend that return FeatureFlagsMethods in com.vaadin.flow.server.frontend with parameters of type FeatureFlags -
Uses of FeatureFlags in com.vaadin.flow.server.frontend.scanner
Methods in com.vaadin.flow.server.frontend.scanner with parameters of type FeatureFlagsModifier and TypeMethodDescriptionFrontendDependenciesScanner.FrontendDependenciesScannerFactory.createScanner
(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, FeatureFlags featureFlags) Produces scanner implementation based on
allDependenciesScan
value.FrontendDependenciesScanner.FrontendDependenciesScannerFactory.createScanner
(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, FeatureFlags featureFlags, boolean reactEnabled) Constructors in com.vaadin.flow.server.frontend.scanner with parameters of type FeatureFlagsModifierConstructorDescriptionFrontendDependencies
(ClassFinder finder, boolean generateEmbeddableWebComponents, FeatureFlags featureFlags) Tertiary constructor, which allows declaring whether embeddable web components should be checked for resource dependencies.
FrontendDependencies
(ClassFinder finder, boolean generateEmbeddableWebComponents, FeatureFlags featureFlags, boolean reactEnabled)