Showing posts with label current page of an iterator. Show all posts
Showing posts with label current page of an iterator. Show all posts

Tuesday, October 21, 2014

Get Current Page No. for an Iterator ADF

 
public int getCurrentPageNumber() {
        return (this.getTableIterator().getFirst() / 10) + 1;
    }