|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A ValueList contains a
List of beans and a
ValueListInfo object which
defines the sorting and paging of the
contained list.
| Method Summary | |
List |
getList()
Returns the embeded List |
ValueListInfo |
getValueListInfo()
Returns the embeded ValueListInfo |
boolean |
hasNext()
Returns if there more Objects in the Iterator |
Object |
next()
Gets the next Object in the Iterator. |
| Methods inherited from interface java.util.Iterator |
remove |
| Method Detail |
public List getList()
List
Listpublic ValueListInfo getValueListInfo()
ValueListInfo
ValueListInfopublic boolean hasNext()
hasNext in interface Iterator
public Object next()
throws NoSuchElementException
next in interface IteratorNoSuchElementException - If element does not exist.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||