Uses of Class
com.vaadin.experimental.Feature
Packages that use Feature
-
Uses of Feature in com.vaadin.base.devserver
Methods in com.vaadin.base.devserver that return types with arguments of type FeatureConstructor parameters in com.vaadin.base.devserver with type arguments of type FeatureModifierConstructorDescriptionFeatureFlagMessage
(List<Feature> features) Creates a new message with the given features. -
Uses of Feature in com.vaadin.experimental
Fields in com.vaadin.experimental declared as FeatureModifier and TypeFieldDescriptionstatic final Feature
FeatureFlags.COLLABORATION_ENGINE_BACKEND
static final Feature
FeatureFlags.COPILOT_EXPERIMENTAL
static final Feature
FeatureFlags.DASHBOARD_COMPONENT
static final Feature
FeatureFlags.EXAMPLE
static final Feature
FeatureFlags.FORM_FILLER_ADDON
static final Feature
FeatureFlags.HILLA_FULLSTACK_SIGNALS
static final Feature
FeatureFlags.HILLA_I18N
Methods in com.vaadin.experimental that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatureFlags.getFeatures()
Get a list of all available features and their status.Methods in com.vaadin.experimental with parameters of type FeatureModifier and TypeMethodDescriptionFeatureFlags.getEnableHelperMessage
(Feature feature) boolean
Checks if the given feature is enabled.Constructors in com.vaadin.experimental with parameters of type Feature