List methods
list.setPage(int page)¶
Sets the page of internal paginator.
list.nextPage()¶
Sets the page to the next page of internal paginator.
list.prevPage()¶
Sets the page to the previous page of internal paginator.
list.setItemCountPerPage(int itemCountPerPage)¶
Sets the number of items in a page of internal paginator.