Thursday, March 20, 2014

JDev/ADF sample - Shortcut to Call Custom View Row Method from JSF Expression

  • Shortcut to Call Custom View Row Method from JSF Expression. There is a custom method in Generic View Row Implementation class and you need to invoke it from UI. What would you do? Most likely you would generate Java View Row Implementation class for the specific VO, publish custom method through the interface and later consume it through ADF bindings. This works, but there is a shortcut - especially well working for generic solutions.
    Download - RowIndexAppADF.zip

No comments: