Node | Description |
---|
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. |
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 |