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