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