Uses of Class
com.vaadin.experimental.FeatureFlags
-
Packages that use FeatureFlags Package Description com.vaadin.experimental com.vaadin.flow.component.map com.vaadin.flow.server.frontend com.vaadin.flow.server.frontend.scanner -
-
Uses of FeatureFlags in com.vaadin.experimental
Methods in com.vaadin.experimental that return FeatureFlags Modifier and Type Method Description static FeatureFlags
FeatureFlags. get(VaadinContext context)
Gets the FeatureFlags for the given Vaadin context.FeatureFlags
FeatureFlags.FeatureFlagsWrapper. getFeatureFlags()
Get the featureFlags.Constructors in com.vaadin.experimental with parameters of type FeatureFlags Constructor Description FeatureFlagsWrapper(FeatureFlags featureFlags)
Create a feature flags wrapper. -
Uses of FeatureFlags in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map that return FeatureFlags Modifier and Type Method Description protected FeatureFlags
MapBase. getFeatureFlags()
Gets the feature flags for the current UI. -
Uses of FeatureFlags in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend that return FeatureFlags Modifier and Type Method Description protected FeatureFlags
NodeTasks.Builder. getFeatureFlags()
Constructors in com.vaadin.flow.server.frontend with parameters of type FeatureFlags Constructor Description NodeUpdater(ClassFinder finder, FrontendDependenciesScanner frontendDependencies, File npmFolder, File generatedPath, File flowResourcesPath, String buildDir, FeatureFlags featureFlags)
Constructor. -
Uses of FeatureFlags in com.vaadin.flow.server.frontend.scanner
Methods in com.vaadin.flow.server.frontend.scanner with parameters of type FeatureFlags Modifier and Type Method Description FrontendDependenciesScanner
FrontendDependenciesScanner.FrontendDependenciesScannerFactory. createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, boolean useV14Bootstrap, FeatureFlags featureFlags)
Produces scanner implementation based onallDependenciesScan
value.FrontendDependenciesScanner
FrontendDependenciesScanner.FrontendDependenciesScannerFactory. createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, boolean useV14Bootstrap, FeatureFlags featureFlags, boolean fallback)
Produces scanner implementation based onallDependenciesScan
value.Constructors in com.vaadin.flow.server.frontend.scanner with parameters of type FeatureFlags Constructor Description FrontendDependencies(ClassFinder finder, boolean generateEmbeddableWebComponents, boolean useV14Bootstrap, FeatureFlags featureFlags)
Tertiary constructor, which allows declaring whether embeddable web components should be checked for resource dependencies.
-