SilverStream
Application Server 3.5

com.sssw.rt.form
Class AgoRowEnumerator

java.lang.Object
 |
 +--com.sssw.rt.form.AgoRowEnumerator
All Implemented Interfaces:
AgiRowEnumerator

public class AgoRowEnumerator
extends Object
implements AgiRowEnumerator

A simple iterator object that provides access to a set of multiple selections of rows.


Constructor Summary
AgoRowEnumerator()
           
 
Method Summary
 AgiRowCursor getNextRow()
          Returns the next row in the set, or null if none.
 boolean hasMoreRows()
          Determines whether there are more rows in the set, and returns false if there are none.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgoRowEnumerator

public AgoRowEnumerator()
Method Detail

hasMoreRows

public boolean hasMoreRows()
Determines whether there are more rows in the set, and returns false if there are none.
Specified by:
hasMoreRows in interface AgiRowEnumerator
Tags copied from interface: AgiRowEnumerator
Returns:
true if there are more elements to process

getNextRow

public AgiRowCursor getNextRow()
Returns the next row in the set, or null if none.
Specified by:
getNextRow in interface AgiRowEnumerator
Tags copied from interface: AgiRowEnumerator
Returns:
true if successful. If false is returned, the cursor is unchanged.

SilverStream
Application Server 3.5