namespace sap.ui.model.TreeBindingUtils

Visiblity: public
Available since: N/A
Module: sap/ui/model/TreeBindingUtils
Application Component: CA-UI5-COR

Nodes Overview

Node Description

Methods Overview

Method Description
sap.ui.model.TreeBindingUtils.mergeSections

Merges together oNewSection into a set of other sections (aSections) The array/objects are not modified, the function returns a new section array.

sap.ui.model.TreeBindingUtils.mergeSections

Merges together oNewSection into a set of other sections (aSections) The array/objects are not modified, the function returns a new section array.

Param Type DefaultValue Description
aSections object[]

the sections into which oNewSection will be merged

oNewSection object

the section which should be merged into aNewSections