Class CollectionPagingHelper
java.lang.Object
org.kuali.rice.krad.uif.layout.collections.CollectionPagingHelper
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessPagingRequest(View view, CollectionGroup collectionGroup, UifFormBase form, String page) Process the paging request by determining the displayStart value based on the page requested.
-
Constructor Details
-
CollectionPagingHelper
public CollectionPagingHelper()
-
-
Method Details
-
processPagingRequest
public void processPagingRequest(View view, CollectionGroup collectionGroup, UifFormBase form, String page) Process the paging request by determining the displayStart value based on the page requested.- Parameters:
view- the current viewform- the formpage- the page requested (can be a number, prev, next, first, last)
-