|
|||||||||||
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
List
public ValueListInfo getValueListInfo()
ValueListInfo
ValueListInfo
public boolean hasNext()
hasNext
in interface Iterator
public Object next() throws NoSuchElementException
next
in interface Iterator
NoSuchElementException
- If element does not exist.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |