public class ViewIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
ViewIterator(javax.faces.component.UIComponent root) |
public ViewIterator(javax.faces.component.UIComponent root)
root - the root of the view structure to iterate overpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator