PagingAbility

Interface which adds support for pager.

Methods
getPage returns the currently visible page in case of paged view
getPager returns the pager object associated with the component
setPage makes the specified page visible (assuming that the pager was defined )
Properties
pager defines paging configuration (creates a "ui.pager" object)
Back to top