com.plumtree.uiinfrastructure.pagination
Interface IPagination

All Known Subinterfaces:
ISearchResultModel
All Known Implementing Classes:
SavedSearchPortletModel, SearchResultModel

public interface IPagination

Author:
CraigS General interface for pagination.

Method Summary
 void GoToPage(java.lang.String sortOrder, int firstItemOnPage, int pageSize, java.lang.Object additionalInfo)
          Go to another page.
 

Method Detail

GoToPage

void GoToPage(java.lang.String sortOrder,
              int firstItemOnPage,
              int pageSize,
              java.lang.Object additionalInfo)
Go to another page.

Parameters:
sortOrder - Sort order in which firstItemOnPage should be interpreted
firstItemOnPage - First item to appear on page (1-based)
pageSize - Desired number of items on page
additionalInfo - Additional application-specific info, if needed



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.