Class FlowComponentsFeatureFlagProvider

java.lang.Object
com.vaadin.experimental.FlowComponentsFeatureFlagProvider
All Implemented Interfaces:
FeatureFlagProvider, Serializable

public class FlowComponentsFeatureFlagProvider extends Object implements FeatureFlagProvider
Provides feature flags for Flow Components.
Since:
25.0
See Also:
  • Field Details

    • MASTER_DETAIL_LAYOUT_COMPONENT

      public static final Feature MASTER_DETAIL_LAYOUT_COMPONENT
    • LAYOUT_COMPONENT_IMPROVEMENTS

      public static final Feature LAYOUT_COMPONENT_IMPROVEMENTS
    • DEFAULT_AUTO_RESPONSIVE_FORM_LAYOUT

      public static final Feature DEFAULT_AUTO_RESPONSIVE_FORM_LAYOUT
  • Constructor Details

    • FlowComponentsFeatureFlagProvider

      public FlowComponentsFeatureFlagProvider()
  • 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