nextPage method

int nextPage()

Implementation

int nextPage() {
  isFirstPage = false;
  isLoading = true;
  return this.page++;
}