Class BreadcrumbsFeatureFlagProvider
java.lang.Object
com.vaadin.flow.component.breadcrumbs.BreadcrumbsFeatureFlagProvider
- All Implemented Interfaces:
FeatureFlagProvider,Serializable
Provides the Breadcrumbs component feature flag, gating the experimental
Breadcrumbs component.- Author:
- Vaadin Ltd
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of features provided by this module.
-
Field Details
-
BREADCRUMBS_COMPONENT
The Breadcrumbs component feature flag. When enabled, allows use of the experimentalBreadcrumbscomponent.
-
-
Constructor Details
-
BreadcrumbsFeatureFlagProvider
public BreadcrumbsFeatureFlagProvider()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureFlagProviderReturns the list of features provided by this module.The returned list should be immutable and not change during the lifetime of the application.
- Specified by:
getFeaturesin interfaceFeatureFlagProvider- Returns:
- list of features, never null
-