Class MessageListAttachmentsFeatureFlagProvider
java.lang.Object
com.vaadin.flow.component.messages.MessageListAttachmentsFeatureFlagProvider
- All Implemented Interfaces:
FeatureFlagProvider,Serializable
public class MessageListAttachmentsFeatureFlagProvider
extends Object
implements FeatureFlagProvider
Provides the MessageList attachments feature flag for enabling attachments in
MessageListItem.
- 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 MessageList attachments.- See Also:
-
MESSAGE_LIST_ATTACHMENTS
The MessageList attachments feature flag. When enabled, allows use of attachments in MessageListItem.
-
-
Constructor Details
-
MessageListAttachmentsFeatureFlagProvider
public MessageListAttachmentsFeatureFlagProvider()
-
-
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
-