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

All Implemented Interfaces:
    Iterator

Direct Known Subclasses:
    ArrayIterator, IterableItemIterator

Base class to support iterating over Collections or Arrays that may or may not contain SelectItem instances.

Field Summary
protected  UISelectItems sourceComponent    The source UISelectItems
Constructor:
 protected GenericObjectSelectItemIterator(UISelectItems sourceComponent) 
Method from javax.faces.component.SelectItemsIterator$GenericObjectSelectItemIterator Summary:
getSelectItemFor
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.SelectItemsIterator$GenericObjectSelectItemIterator Detail:
 protected SelectItem getSelectItemFor(FacesContext ctx,
    Object value)