public class CollectionLayoutUtils extends Object
Constructor and Description |
---|
CollectionLayoutUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
prepareSelectFieldForLine(Field selectField,
CollectionGroup collectionGroup,
String lineBindingPath,
Object line) |
protected static void |
setControlValueToLineIdentifier(Field selectField,
Object line,
String lineBindingPath) |
protected static void |
setupPagerWidget(Pager pagerWidget,
CollectionGroup collectionGroup,
Object model)
Setup a pagerWidget's values for numberOfPages and currentPage, based on the collection size, displayStart,
and displayLength
|
public CollectionLayoutUtils()
public static void prepareSelectFieldForLine(Field selectField, CollectionGroup collectionGroup, String lineBindingPath, Object line)
protected static void setControlValueToLineIdentifier(Field selectField, Object line, String lineBindingPath)
protected static void setupPagerWidget(Pager pagerWidget, CollectionGroup collectionGroup, Object model)
pagerWidget
- the Pager to setupcollectionGroup
- the collectionGroup which uses this Pagermodel
- the current modelCopyright © 2005–2014 The Kuali Foundation. All rights reserved.