Friday, May 30, 2014

JDev/ADF sample - Improving ADF UI Shell - Tab Closing Icon Adjustment

  • Improving ADF UI Shell - Tab Closing Icon Adjustment. Default tab closing icon in ADF UI Shell is located in the top right corner. Users are not really happy about this and there is a demand to have the same positioning as you can see in the Web browsers - directly on the tab. Tab placeholders are implemented in ADF UI Shell with af:navigationPane and af:commandNavigationItem components. Component af:navigationPane supports item removal, this means we can implement tab closing functionality directly in the tab. Unfortunately, out of the box ADF UI Shell template in ADF 11g and 12c is not updated with this adjustment. I will explain how you can implement by yourself, you would need to change ADF UI Shell source code.
    Download - MultiTaskFlowApp_v3.zip

No comments: