You Imagine We Build!!
Focusing problem solving with bird's-eye view & ground level implementation.
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;
}
Older Posts
Home
Subscribe to:
Posts (Atom)