SilverStream
Application Server 3.5

com.sssw.rt.util
Interface AgiRowEnumerator

All Known Implementing Classes:
AgoRowEnumerator

public interface AgiRowEnumerator

The AgiRowEnumerator interface provides access to a collection of AgiRowCursors. It is used, for example, to represent multiple selection in an AgcView control.


Method Summary
 AgiRowCursor getNextRow()
          Extract the next element to process
 boolean hasMoreRows()
          Find out if there are more elements to process.
 

Method Detail

hasMoreRows

public boolean hasMoreRows()
Find out if there are more elements to process.
Returns:
true if there are more elements to process

getNextRow

public AgiRowCursor getNextRow()
Extract the next element to process
Returns:
true if successful. If false is returned, the cursor is unchanged.

SilverStream
Application Server 3.5