|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImageRadioButtonIterator
An iterator over a collection of ImageRadioButtonComponents.
| Method Summary | |
|---|---|
ImageRadioButtonComponent |
next()
Returns the next ImageRadioButtonComponent in the iteration. |
ImageRadioButtonComponent[] |
toArray()
Returns an array containing all of the ImageRadioButtonComponents in this list in proper sequence. |
| Methods inherited from interface org.rcfaces.core.component.iterator.IComponentIterator |
|---|
count, hasNext, nextComponent, toArray |
| Method Detail |
|---|
ImageRadioButtonComponent next()
IComponentIterator.hasNext() method returns false will
return each element in the underlying collection exactly once.
NoSuchElementException - iteration has no more ImageRadioButtonComponents.ImageRadioButtonComponent[] toArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||