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 Details

    • SWITCH_COMPONENT

      public static final com.vaadin.experimental.Feature SWITCH_COMPONENT
      The Switch component feature flag. When enabled, allows use of the experimental Switch component.
  • Constructor Details

    • SwitchFeatureFlagProvider

      public SwitchFeatureFlagProvider()
  • Method Details

    • getFeatures

      public List<com.vaadin.experimental.Feature> getFeatures()
      Specified by:
      getFeatures in interface com.vaadin.experimental.FeatureFlagProvider