enum sap.ui.generic.app.navigation.service.SuppressionBehavior

Available since: N/A
Module: sap/ui/generic/app/library
Application Component: CA-UI5-FE-NAV

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


Properties Overview

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 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