Uiinfrastructure API Docs  
 

IPaginationRO Methods

The methods of the IPaginationRO interface are listed below. For a complete list of IPaginationRO interface members, see the IPaginationRO Members topic.

Public Instance Methods

GetFirstDisplayableItem Returns the index of the first displayable item. On the first page of results, this will be 1; on subsequent pages it will be 11, 21, and so on (if there are 10 items per page).
GetItemsPerPage Returns the user's desired results per page. This may differ from the number of currently displayable items if the total number of items is short or if the user is looking at the last page. or if the user is looking at the last result page.
GetNumDisplayableItems Returns the number of results actually returned.
GetSortOrder Returns the current sort order.
GetTotalItems Returns the total number of items, some of which may not currently be displayable.

See Also

IPaginationRO Interface | com.plumtree.uiinfrastructure.pagination Namespace