java.lang.Object
javax.faces.component._SelectItemsIterator
- All Implemented Interfaces:
- java.util.Iterator
- class _SelectItemsIterator
- extends java.lang.Object
- implements java.util.Iterator
- Version:
- $Revision: 279433 $ $Date: 2005-09-07 18:04:45 -0400 (Wed, 07 Sep 2005) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_childs
private final java.util.Iterator _childs
_nestedItems
private java.util.Iterator _nestedItems
_nextItem
private java.lang.Object _nextItem
_collectionLabel
private java.lang.String _collectionLabel
_currentUISelectItems
private UISelectItems _currentUISelectItems
_SelectItemsIterator
public _SelectItemsIterator(UIComponent selectItemsParent)
hasNext
public boolean hasNext()
- Description copied from interface:
java.util.Iterator
- Tests whether there are elements remaining in the collection. In other
words, calling
next() will not throw an exception.
- Specified by:
hasNext in interface java.util.Iterator
next
public java.lang.Object next()
- Description copied from interface:
java.util.Iterator
- Obtain the next element in the collection.
- Specified by:
next in interface java.util.Iterator
remove
public void remove()
- Description copied from interface:
java.util.Iterator
- Remove from the underlying collection the last element returned by next
(optional operation). This method can be called only once after each
call to
next(). It does not affect what will be returned
by subsequent calls to next.
- Specified by:
remove in interface java.util.Iterator
getPathToComponent
private java.lang.String getPathToComponent(UIComponent component)
getPathToComponent
private void getPathToComponent(UIComponent component,
java.lang.StringBuffer buf)