| Package | Description |
|---|---|
| com.vaadin.base.devserver | |
| com.vaadin.experimental |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureFlagMessage.getFeatures() |
| Constructor and Description |
|---|
FeatureFlagMessage(List<Feature> features)
Creates a new message with the given features.
|
| Modifier and Type | Field and Description |
|---|---|
static Feature |
FeatureFlags.EXAMPLE |
static Feature |
FeatureFlags.VITE |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureFlags.getFeatures()
Get a list of all available features and their status.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeatureFlags.isEnabled(Feature feature)
Checks if the given feature is enabled.
|
| Constructor and Description |
|---|
Feature(Feature feature)
Create a copy of the given feature.
|
Copyright © 2023. All rights reserved.