Pages - Menu

Friday, January 31, 2014

Check / Uncheck All | Oracle ADF

Few Days ago, we received one request asking to make small point inside our Charity applications SBA - IMS, it is Check / Uncheck All for one Iterator, just to enable End user to do for all records in Table | Iterator.

The new issue which makes me write this Article is "How to Deal with Current Iterator Exposed as Interface UI Components ignoring User Behaviors".

Any Expert in Oracle ADF knows well that dealing with Iterator Exposed as UI : table in jsf interface in Back Bean, has to be affected with user behaviors.

to solve this ignoring user Actions, we have to use "getAllRowsInRange" from "RowSetIterator" to achieve this, then we can see below full solution for Check/Uncheck All.



References



Good Bye !