Uses of Class
com.vaadin.experimental.Feature
-
Packages that use Feature Package Description com.vaadin.base.devserver com.vaadin.experimental -
-
Uses of Feature in com.vaadin.base.devserver
Methods in com.vaadin.base.devserver that return types with arguments of type Feature Modifier and Type Method Description List<Feature>
FeatureFlagMessage. getFeatures()
Constructor parameters in com.vaadin.base.devserver with type arguments of type Feature Constructor Description FeatureFlagMessage(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 Feature Modifier and Type Field Description static Feature
FeatureFlags. EXAMPLE
static Feature
FeatureFlags. MAP_COMPONENT
static Feature
FeatureFlags. VITE
Methods in com.vaadin.experimental that return types with arguments of type Feature Modifier and Type Method Description List<Feature>
FeatureFlags. getFeatures()
Get a list of all available features and their status.Methods in com.vaadin.experimental with parameters of type Feature Modifier and Type Method Description boolean
FeatureFlags. isEnabled(Feature feature)
Checks if the given feature is enabled.Constructors in com.vaadin.experimental with parameters of type Feature Constructor Description Feature(Feature feature)
Create a copy of the given feature.
-