Class CoreFeatureFlagProvider

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

public class CoreFeatureFlagProvider extends Object implements FeatureFlagProvider
Provides core Flow framework feature flags.
Since:
25.0
See Also:
  • Field Details

    • COLLABORATION_ENGINE_BACKEND

      public static final Feature COLLABORATION_ENGINE_BACKEND
    • FLOW_FULLSTACK_SIGNALS

      public static final Feature FLOW_FULLSTACK_SIGNALS
    • ACCESSIBLE_DISABLED_BUTTONS

      public static final Feature ACCESSIBLE_DISABLED_BUTTONS
    • COMPONENT_STYLE_INJECTION

      public static final Feature COMPONENT_STYLE_INJECTION
    • COPILOT_EXPERIMENTAL

      public static final Feature COPILOT_EXPERIMENTAL
    • TAILWIND_CSS

      public static final Feature TAILWIND_CSS
  • Constructor Details

    • CoreFeatureFlagProvider

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