Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Programatically Iterate ADF Rich Table in Java

1028814Oct 1 2013 — edited Oct 19 2013

HI,

How do i iterate ADF RICHTable from java when no rows in the table is selected.

I need to get all the rows in the table for processing (each row at a time) and calculate a value.

Tried few examples but all the examples points to reading the table data when a row (s) are selected. In our case, we need to iterate through all the existing rows irrespective of row selection.

Came across not a very elegant approach of programatically selecting all the rows and then iterating trough theĀ  rows. Is there a better approach?

Thanks

Bala

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2013
Added on Oct 1 2013
9 comments
6,433 views