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

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

A static enumeration type which indicates the conflict resolution method when merging URL parameters into select options


Properties Overview

Node Description
sap.ui.generic.app.navigation.service.ParamHandlingMode.InsertInSelOpt

The conflict resolution adds URL parameters to the SelectionVariant

sap.ui.generic.app.navigation.service.ParamHandlingMode.SelVarWins

The conflict resolution favors the SelectionVariant over URL parameters

sap.ui.generic.app.navigation.service.ParamHandlingMode.URLParamWins

The conflict resolution favors the URL parameters over the SelectionVariant. Caution: In case of cross-app navigation a navigation parameter value from the source app is overwritten by a default, if a default is maintained in the launchpad designer for this parameter in the target app!