Uses of Class
org.apache.commons.scaffold.util.Scroller

Packages that use Scroller
org.apache.commons.scaffold.sql   
org.apache.commons.scaffold.util   
 

Uses of Scroller in org.apache.commons.scaffold.sql
 

Methods in org.apache.commons.scaffold.sql that return Scroller
 Scroller ScrollerBeanBase.newScroller(int entries)
           
 

Uses of Scroller in org.apache.commons.scaffold.util
 

Fields in org.apache.commons.scaffold.util declared as Scroller
protected  Scroller ResultListBase.scroller
          Our scroller object for paging through lists.
protected  Scroller ProcessResultBase.scroller
          Our scroller object for paging through lists.
protected  Scroller BizResponseImpl.scroller
          Our scroller object for paging through lists.
 

Methods in org.apache.commons.scaffold.util that return Scroller
 Scroller ResultListBase.getScroller()
           
 Scroller ResultList.getScroller()
          Return our scroller.
 Scroller ProcessResultBase.getScroller()
           
 Scroller BizResponseImpl.getScroller()
           
 Scroller ScrollerBean.newScroller(int entries)
          Return new scroller using the current starting point (getScrollFrom), the default limit (set.SCROLL_ROWS), and current count from Access (countCurrent).
 

Methods in org.apache.commons.scaffold.util with parameters of type Scroller
 void ResultListBase.setScroller(Scroller scroller)
           
 void ResultList.setScroller(Scroller scroller)
          Set our scroller.
 void ProcessResultBase.setScroller(Scroller scroller)
           
 void BizResponseImpl.setScroller(Scroller scroller)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.