Package org.kuali.rice.krad.uif.layout
Class CollectionLayoutUtils
java.lang.Object
org.kuali.rice.krad.uif.layout.CollectionLayoutUtils
Utilities for collection layout managers
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprepareSelectFieldForLine(Field selectField, CollectionGroup collectionGroup, String lineBindingPath, Object line) protected static voidsetControlValueToLineIdentifier(Field selectField, Object line, String lineBindingPath) protected static voidsetupPagerWidget(Pager pagerWidget, CollectionGroup collectionGroup, Object model) Setup a pagerWidget's values for numberOfPages and currentPage, based on the collection size, displayStart, and displayLength
-
Constructor Details
-
CollectionLayoutUtils
public CollectionLayoutUtils()
-
-
Method Details
-
prepareSelectFieldForLine
public static void prepareSelectFieldForLine(Field selectField, CollectionGroup collectionGroup, String lineBindingPath, Object line) -
setControlValueToLineIdentifier
-
setupPagerWidget
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- Parameters:
pagerWidget- the Pager to setupcollectionGroup- the collectionGroup which uses this Pagermodel- the current model
-