[Oracle ADF] findComponentByAbsoluteId
function disclosePanelSplitter(event) {
console.log("Step1");
var comp = AdfPage.PAGE.findComponentByAbsoluteId('d3');
event.cancel();
}
Смотри еще примеры:
https://community.oracle.com/thread/2326406?tstart=0