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


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

Field Summary
sap.ui.generic.app.navigation.service.ParamHandlingMode.InsertInSelOptThe conflict resolution adds URL parameters to the SelectionVariant
sap.ui.generic.app.navigation.service.ParamHandlingMode.SelVarWinsThe conflict resolution favors the SelectionVariant over URL parameters
sap.ui.generic.app.navigation.service.ParamHandlingMode.URLParamWinsThe conflict resolution favors the URL parameters over the SelectionVariant.
Field Detail
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!