Uses of Class
org.kuali.rice.krad.uif.element.Pager
Packages that use Pager
Package
Description
-
Uses of Pager in org.kuali.rice.krad.uif.element
Subclasses of Pager in org.kuali.rice.krad.uif.elementModifier and TypeClassDescriptionclassThe NextPager widget is used to display previous and next links.classThe NumberedPager widget is used to display a list of links horizontally in a page selection user interface. -
Uses of Pager in org.kuali.rice.krad.uif.layout
Methods in org.kuali.rice.krad.uif.layout that return PagerModifier and TypeMethodDescriptionCollectionLayoutManager.getPagerWidget()Widget used to page the collection.Methods in org.kuali.rice.krad.uif.layout with parameters of type PagerModifier and TypeMethodDescriptionvoidCollectionLayoutManager.setPagerWidget(Pager pagerWidget) protected static voidCollectionLayoutUtils.setupPagerWidget(Pager pagerWidget, CollectionGroup collectionGroup, Object model) Setup a pagerWidget's values for numberOfPages and currentPage, based on the collection size, displayStart, and displayLength -
Uses of Pager in org.kuali.rice.krad.uif.layout.collections
Methods in org.kuali.rice.krad.uif.layout.collections that return PagerModifier and TypeMethodDescriptionCollectionLayoutManagerBase.getPagerWidget()Widget used to page the collection.Methods in org.kuali.rice.krad.uif.layout.collections with parameters of type PagerModifier and TypeMethodDescriptionvoidCollectionLayoutManagerBase.setPagerWidget(Pager pagerWidget)