You need to sign in to do that
Don't have an account?

How can we access custom list view's selected record in custom controller class .
I have a vf page have a custom list view now in custom controller class i want to access those records which are selected on vf page.
In particular, take a look at the "getSelected" method.
Here's another document that shows the getSelected method in action: https://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_massupdate.htm
I tried to find solution for you below are the links which helps you
1) http://salesforce.stackexchange.com/questions/24543/create-a-list-view-filter-via-apex
2) http://salesforce.stackexchange.com/questions/32067/custom-list-view-to-display-vf-page
3) http://www.shivasoft.in/blog/salesforce/listview-filter-in-apex-with-paging-and-navigation/
If it helps you then please mark as solution.