Class SelectItemsIterator
java.lang.Object
org.apache.myfaces.core.api.shared.SelectItemsIterator
- All Implemented Interfaces:
- Iterator<SelectItem>
- 
Constructor SummaryConstructorsConstructorDescriptionSelectItemsIterator(UIComponent selectItemsParent, FacesContext facesContext) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details- 
SelectItemsIterator
 
- 
- 
Method Details- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<SelectItem>
 
- 
next- Specified by:
- nextin interface- Iterator<SelectItem>
 
- 
removepublic void remove()- Specified by:
- removein interface- Iterator<SelectItem>
 
- 
getCurrentComponent
- 
getCurrentValue
 
-