|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Iterator
Interface for a simple Iterator
Method Summary | |
---|---|
int |
getCurrentrow(int pid)
return the current position of the internal pointer |
int |
getRecordcount()
return recordcount of the iterator object |
boolean |
go(int index,
int pid)
set the internal pointer to defined position |
boolean |
isEmpty()
|
boolean |
next()
Deprecated. use instead
|
boolean |
next(int pid)
set the intern pointer of the iterator to the next position, return true if next position exist otherwise false. |
boolean |
previous(int pid)
|
void |
reset()
Deprecated. use instead
|
void |
reset(int pid)
reset ther intern pointer |
Method Detail |
---|
boolean next() throws PageException
next(int)
PageException
boolean next(int pid) throws PageException
PageException
boolean previous(int pid)
void reset() throws PageException
reset(int)
PageException
void reset(int pid) throws PageException
PageException
int getRecordcount()
int getCurrentrow(int pid)
boolean go(int index, int pid) throws PageException
index
-
PageException
boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |