Class SliderFeatureFlagProvider

java.lang.Object
com.vaadin.flow.component.slider.SliderFeatureFlagProvider
All Implemented Interfaces:
FeatureFlagProvider, Serializable

public class SliderFeatureFlagProvider extends Object implements FeatureFlagProvider
See Also:
  • Field Details

    • SLIDER_COMPONENT

      public static final Feature SLIDER_COMPONENT
  • Constructor Details

    • SliderFeatureFlagProvider

      public SliderFeatureFlagProvider()
  • Method Details

    • getFeatures

      public List<Feature> getFeatures()
      Description copied from interface: FeatureFlagProvider
      Returns 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:
      getFeatures in interface FeatureFlagProvider
      Returns:
      list of features, never null