Wednesday, March 25, 2015

ADF table detail stamp set expanded row as a current row and close others expanded rows

I got a lot of questions about table detail stamp how user can set the expanded row to be the current row and closing any other expanded rows (one row will be expanded at a time).

To do that follow this steps:

1- In .jspx select the table and go to property and set RowDisclosureListener to a method in back bean (e.g method name will be rowDisclosureListener)

2- In back bean write this code



3- Run your application and expand any row you will find the expanded row become current row and close any other expanded row

3 comments:

  1. Hi Sameer,

    Thanks for posting the solution.

    I was exactly looking for this functionality. Your solution worked perfectly for me.

    Keep up the good work.
    Many Thanks and

    Kind Regards,
    Bilal

    ReplyDelete