Class MessageListAttachmentsFeatureFlagProvider
java.lang.Object
com.vaadin.flow.component.messages.MessageListAttachmentsFeatureFlagProvider
- All Implemented Interfaces:
com.vaadin.experimental.FeatureFlagProvider,Serializable
public class MessageListAttachmentsFeatureFlagProvider
extends Object
implements com.vaadin.experimental.FeatureFlagProvider
Provides the MessageList attachments feature flag for enabling attachments in
MessageListItem.
- Author:
- Vaadin Ltd
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe feature flag ID for MessageList attachments.static final com.vaadin.experimental.FeatureThe MessageList attachments feature flag. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FEATURE_FLAG_ID
The feature flag ID for MessageList attachments.- See Also:
-
MESSAGE_LIST_ATTACHMENTS
public static final com.vaadin.experimental.Feature MESSAGE_LIST_ATTACHMENTSThe MessageList attachments feature flag. When enabled, allows use of attachments in MessageListItem.
-
-
Constructor Details
-
MessageListAttachmentsFeatureFlagProvider
public MessageListAttachmentsFeatureFlagProvider()
-
-
Method Details
-
getFeatures
- Specified by:
getFeaturesin interfacecom.vaadin.experimental.FeatureFlagProvider
-