A static enumeration type which indicates whether semantic attributes with values null
, undefined
or ""
(empty string) shall be suppressed, before they are mixed in to the selection variant in the method mixAttributesAndSelectionVariant of the NavigationHandler
Node | Description |
---|---|
sap.ui.generic.app.navigation.service.SuppressionBehavior.ignoreEmptyString |
Semantic attributes with an empty string are ignored, the remaining attributes are mixed in to the selection variant. Warning! Consider the impact on Boolean variable values! |
sap.ui.generic.app.navigation.service.SuppressionBehavior.raiseErrorOnNull |
Semantic attributes with a |
sap.ui.generic.app.navigation.service.SuppressionBehavior.raiseErrorOnUndefined |
Semantic attributes with an |
sap.ui.generic.app.navigation.service.SuppressionBehavior.standard |
Standard suppression behavior: semantic attributes with a |