public class CollectionPagingHelper extends Object
Constructor and Description |
---|
CollectionPagingHelper() |
Modifier and Type | Method and Description |
---|---|
void |
processPagingRequest(View view,
String collectionId,
UifFormBase form,
String page)
Process the paging request by determining the displayStart value based on the page requested
|
public CollectionPagingHelper()
public void processPagingRequest(View view, String collectionId, UifFormBase form, String page)
view
- the current viewcollectionId
- the collection idform
- the formpage
- the page requested (can be a number, prev, next, first, last)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.