List of items
Number of items in a page in case of multi.
Readonly
changeEvent that is triggered when current item changes. Or page changes in case of multi.
Whether there is a next item or page or not.
Whether there is a next item or page or not.
Current item or page (in case of multi) index.
Optional
itemCurrent item (in case of non-multi).
List of items
Optional
pageCurrent page (in case of multi).
Optional
pagesList of pages of list of items per page. Used in case of multi.
Private
perNumber of items in a page in case of multi.
Private
istrue if cycle is for pages (multi per page).
Change to next item
Change to previous item
To change the value of perPage call this method. It validates the value and regenerates pages as well.
Change current item/page to given index.
Takes a list and cycles through them.
This is good for showing a single item on the UI and letting user cycle through then with a click of a button.