|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Iterator Adapter for various Option types This interface has no reset() method because some of the underlying classes (like Iterator and Enumeration) do not support such an operation.
Method Summary | |
boolean |
isDone()
Check if the iteration has no more elements |
void |
next()
Locates the iterator on the next element of the option list |
Methods inherited from interface com.cc.framework.ui.painter.html.OptionItem |
filter, getImage, getIndent, getKey, getLabel, getMaxLength, getProperty, getStyle, getStyleClass, getTooltip, localize |
Method Detail |
public boolean isDone()
true
if there is no element leftpublic void next()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |