org.kuali.rice.krad.web.controller.helper
Class CollectionPagingHelper

java.lang.Object
  extended by org.kuali.rice.krad.web.controller.helper.CollectionPagingHelper

public class CollectionPagingHelper
extends Object

StackedPagingHelper contains method(s) to help determine the correct page display information during a request

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
CollectionPagingHelper()
           
 
Method Summary
 void processPagingRequest(View view, String collectionId, UifFormBase form, String page)
          Process the paging request by determining the displayStart value based on the page requested
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionPagingHelper

public CollectionPagingHelper()
Method Detail

processPagingRequest

public void processPagingRequest(View view,
                                 String collectionId,
                                 UifFormBase form,
                                 String page)
Process the paging request by determining the displayStart value based on the page requested

Parameters:
view - the current view
collectionId - the collection id
form - the form
page - the page requested (can be a number, prev, next, first, last)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.