Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
final class: SelectItemsIterator [javadoc | source]
java.lang.Object
   javax.faces.component.SelectItemsIterator

All Implemented Interfaces:
    Iterator

Package private class for iterating over the set of SelectItem s for a parent UISelectMany or UISelectOne .

// RELEASE_PENDING (rlubke,driscoll) performanc review
Constructor:
 public SelectItemsIterator(FacesContext ctx,
    UIComponent parent) 

    Construct an iterator instance for the specified parent component.

    Parameters:
    ctx - the FacesContext for the current request
    parent - The parent UIComponent whose children will be processed
Method from javax.faces.component.SelectItemsIterator Summary:
hasNext,   next,   remove
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.SelectItemsIterator Detail:
 public boolean hasNext() 

    Return true if the iteration has more elements.

 public SelectItem next() 

    Return the next element in the iteration.

 public  void remove() 

    Throw UnsupportedOperationException.