Pager methods
Use these methods with Pager objects when building navigation for a paginated list page.
Use these methods with Pager objects when building navigation for a paginated list page.
PAGER.First ⟼ page.PagerReturns the first pager in the pager collection. Read More »
PAGER.HasNext ⟼ boolReports whether there is a pager after the current pager. Read More »
PAGER.HasPrev ⟼ boolReports whether there is a pager before the current pager. Read More »
PAGER.Last ⟼ page.PagerReturns the last pager in the pager collection. Read More »
PAGER.Next ⟼ page.PagerReturns the next pager in the pager collection. Read More »
PAGER.NumberOfElements ⟼ intReturns the number of pages in the current pager. Read More »
PAGER.PageGroups ⟼ page.PagesGroupReturns the page groups in the current pager. Read More »
PAGER.PageNumber ⟼ intReturns the current pager’s number within the pager collection. Read More »
PAGER.Pagers ⟼ page.pagersReturns the pagers collection. Read More »
PAGER.PagerSize ⟼ intReturns the number of pages per pager. Read More »
PAGER.Pages ⟼ page.PagesReturns the pages in the current pager. Read More »
PAGER.PageSize ⟼ intReturns the number of pages per pager. Read More »
PAGER.Prev ⟼ page.PagerReturns the previous pager in the pager collection. Read More »
PAGER.TotalNumberOfElements ⟼ intReturns the number of pages in the pager collection. Read More »
PAGER.TotalPages ⟼ intReturns the number of pagers in the pager collection. Read More »
PAGER.URL ⟼ stringReturns the URL of the current pager relative to the site root. Read More »