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