Class SwitchFeatureFlagProvider
java.lang.Object
com.vaadin.flow.component.checkbox.SwitchFeatureFlagProvider
- All Implemented Interfaces:
com.vaadin.experimental.FeatureFlagProvider,Serializable
public class SwitchFeatureFlagProvider
extends Object
implements com.vaadin.experimental.FeatureFlagProvider
Provides the Switch component feature flag, gating the experimental
Switch component.- Since:
- 25.3
- Author:
- Vaadin Ltd
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.vaadin.experimental.FeatureThe Switch component feature flag. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SWITCH_COMPONENT
public static final com.vaadin.experimental.Feature SWITCH_COMPONENTThe Switch component feature flag. When enabled, allows use of the experimentalSwitchcomponent.
-
-
Constructor Details
-
SwitchFeatureFlagProvider
public SwitchFeatureFlagProvider()
-
-
Method Details
-
getFeatures
- Specified by:
getFeaturesin interfacecom.vaadin.experimental.FeatureFlagProvider
-