Uses of Class
com.vaadin.experimental.Feature
-
-
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 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. -
Uses of Feature in com.vaadin.flow.component.datepicker
Methods in com.vaadin.flow.component.datepicker with parameters of type Feature Modifier and Type Method Description protected booleanDatePicker. isFeatureFlagEnabled(Feature feature)Returns true if the given feature flag is enabled, false otherwise. -
Uses of Feature in com.vaadin.flow.component.datetimepicker
Methods in com.vaadin.flow.component.datetimepicker with parameters of type Feature Modifier and Type Method Description protected booleanDateTimePicker. isFeatureFlagEnabled(Feature feature)Returns true if the given feature flag is enabled, false otherwise. -
Uses of Feature in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield with parameters of type Feature Modifier and Type Method Description protected booleanAbstractNumberField. isFeatureFlagEnabled(Feature feature)Returns true if the given feature flag is enabled, false otherwise.protected booleanEmailField. isFeatureFlagEnabled(Feature feature)Returns true if the given feature flag is enabled, false otherwise.protected booleanPasswordField. isFeatureFlagEnabled(Feature feature)Returns true if the given feature flag is enabled, false otherwise.protected booleanTextArea. isFeatureFlagEnabled(Feature feature)Returns true if the given feature flag is enabled, false otherwise.protected booleanTextField. isFeatureFlagEnabled(Feature feature)Returns true if the given feature flag is enabled, false otherwise. -
Uses of Feature in com.vaadin.flow.component.timepicker
Methods in com.vaadin.flow.component.timepicker with parameters of type Feature Modifier and Type Method Description protected booleanTimePicker. isFeatureFlagEnabled(Feature feature)Returns true if the given feature flag is enabled, false otherwise.
-