Package com.vaadin.flow.component.upload
Class ModularUploadFeatureFlagProvider
java.lang.Object
com.vaadin.flow.component.upload.ModularUploadFeatureFlagProvider
- All Implemented Interfaces:
FeatureFlagProvider,Serializable
Provides the modular upload feature flag for UploadManager, UploadButton,
UploadFileList, and UploadDropZone components.
- 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
-
FEATURE_FLAG_ID
The feature flag ID for modular upload components.- See Also:
-
MODULAR_UPLOAD
The modular upload feature flag. When enabled, allows use of UploadManager, UploadButton, UploadFileList, and UploadDropZone components.
-
-
Constructor Details
-
ModularUploadFeatureFlagProvider
public ModularUploadFeatureFlagProvider()
-
-
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
-