Uses of Class
com.vaadin.experimental.Feature
-
Packages that use Feature Package Description com.vaadin.experimental -
-
Uses of Feature in com.vaadin.experimental
Fields in com.vaadin.experimental declared as Feature Modifier and Type Field Description static FeatureFeatureFlags. COLLABORATION_ENGINE_BACKENDstatic FeatureFeatureFlags. ENFORCE_FIELD_VALIDATIONstatic FeatureFeatureFlags. EXAMPLEstatic FeatureFeatureFlags. HILLA_ENGINEstatic FeatureFeatureFlags. HILLA_PUSHstatic FeatureFeatureFlags. OLD_LICENSE_CHECKERstatic FeatureFeatureFlags. WEBPACKMethods 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 StringFeatureFlags. getEnableHelperMessage(Feature feature)booleanFeatureFlags. 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.
-