Class NextPager

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, ContentElement, LifecycleElement, org.springframework.core.Ordered

public class NextPager extends Pager
The NextPager widget is used to display previous and next links. This widget needs to know the numberOfPages total, and the currentPage the user is on currently, so this widget must be fed this information from the code.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • NextPager

      public NextPager()
  • Method Details

    • isCenteredLinks

      public boolean isCenteredLinks()
      When false, links will receive the next and previous classes which left and right align the links instead of centering them.
    • setCenteredLinks

      public void setCenteredLinks(boolean centeredLinks)
      See Also: