Uiinfrastructure API Docs  
 

IPaginationModelRO Methods

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

Public Instance Methods

GetCurrentLowerObjectCount This method returns the current lower count for which objects to display. This number is the 'n' in (Displaying n - m of o)
GetCurrentUpperObjectCount This method returns the current upper count for which objects to display. This number is the 'm' in (Displaying n - m of o)
GetNumObjects This method returns the total number of objects available for display. This number is the 'o' in (Displaying n - m of o)
GetPaginationSize This is the number of objects displayed per page. This name is the value of (m - n)

See Also

IPaginationModelRO Interface | com.plumtree.uiinfrastructure.form.pagination Namespace