Adapter for TreeBindings to add the ListBinding functionality and use the tree structure in list based controls.
This module is only for experimental and internal use!
new sap.ui.model.TreeBindingCompatibilityAdapter(oBinding, oControl)
Param | Type | Default Value | Description |
---|---|---|---|
oBinding | sap.ui.model.TreeBinding | The binding to add ListBinding functionality to |
|
oControl | object | The tree or tree table control using the given binding; the control is used for selection handling |