Sunday, April 18, 2010

JDev/ADF sample - Dynamic Iterator Binding to Reuse View Link Relationship for Master-Detail

  • Dynamic Iterator Binding to Reuse View Link Relationship for Master-Detail. Its very frequent requirement to implement Master-Detail relationships. Additionally it happens to render detail or master data for the same table, based on user selection. For example, we can have master screen with Locations data and another screen with detail data for Departments. But, if user opens Departments screen directly, it should bring complete list for Departments. So, complexity here - how to implement detail table for Departments data, with option to bring complete list of Departments as well. This sample implements a use case, where Departments data is rendered based on dynamic iterator declared in Page Definition.
    Download - DynamicIterator.zip

No comments: