nextPage method

void nextPage()

Implementation

void nextPage() {
  if (canGoNext) {
    setPageNo(_pageNum + 1);
  }
}