Enum sap.ui.generic.app.navigation.service.SuppressionBehaviorModule: sap/ui/generic/app/library


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

Field Summary
sap.ui.generic.app.navigation.service.SuppressionBehavior.ignoreEmptyStringSemantic attributes with an empty string are ignored, the remaining attributes are mixed in to the selection variant.
sap.ui.generic.app.navigation.service.SuppressionBehavior.raiseErrorOnNullSemantic attributes with a null value lead to an error of type NavigationHandler.INVALID_INPUT
sap.ui.generic.app.navigation.service.SuppressionBehavior.raiseErrorOnUndefinedSemantic attributes with an undefined value lead to an error of type NavigationHandler.INVALID_INPUT
sap.ui.generic.app.navigation.service.SuppressionBehavior.standardStandard suppression behavior: semantic attributes with a null or an undefined value are ignored, the remaining attributes are mixed in to the selection variant
Field Detail
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 null value lead to an error of type NavigationHandler.INVALID_INPUT
sap.ui.generic.app.navigation.service.SuppressionBehavior.raiseErrorOnUndefined
Semantic attributes with an undefined value lead to an error of type NavigationHandler.INVALID_INPUT
sap.ui.generic.app.navigation.service.SuppressionBehavior.standard
Standard suppression behavior: semantic attributes with a null or an undefined value are ignored, the remaining attributes are mixed in to the selection variant