org.apache.myfaces.util
public class ViewIterator extends Object implements Iterator
Version: $Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
| Constructor Summary | |
|---|---|
| ViewIterator(UIComponent root) | |
| Method Summary | |
|---|---|
| boolean | hasNext() |
| Object | next() |
| void | remove() |
Parameters: root the root of the view structure to iterate over
Returns: the next component in the view. The first element is always the given root component.