Tuesday, August 19, 2014

JDev/ADF sample - Accessing ADF Iterator Binding from Value Change Listener

  • Accessing ADF Iterator Binding from Value Change Listener. This is a quick hint about how to access ADF iterator binding from value change listener method. Let's say you have generic value change listener, reusable with any kind of input components and you want to get information about underlying ADF BC View Object structure in that listener. Value Change Listener provides access to UI Component, we should evaluate component expression and look up in the bindings for component binding name.
    Download - ADFIteratorAccessApp.zip

No comments: