Created
February 22, 2017 10:33
-
-
Save cschuff/50c7ee248153ffc83d3acb842743a097 to your computer and use it in GitHub Desktop.
Find an aggregated SAPUI5 object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://sapui5.hana.ondemand.com/#docs/api/symbols/sap.ui.base.ManagedObject.html#findAggregatedObjects | |
var aResults = oObject.findAggregatedObjects(true, function(o) { return o.getId() === "TEST"; }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment