Class SelectItemsIterator
- java.lang.Object
- 
- org.apache.myfaces.core.api.shared.SelectItemsIterator
 
- 
- All Implemented Interfaces:
- Iterator<SelectItem>
 
 public class SelectItemsIterator extends Object implements Iterator<SelectItem> 
- 
- 
Constructor SummaryConstructors Constructor Description SelectItemsIterator(UIComponent selectItemsParent, FacesContext facesContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UIComponentgetCurrentComponent()ObjectgetCurrentValue()booleanhasNext()SelectItemnext()voidremove()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
- 
- 
- 
Constructor Detail- 
SelectItemsIteratorpublic SelectItemsIterator(UIComponent selectItemsParent, FacesContext facesContext) 
 
- 
 - 
Method Detail- 
hasNextpublic boolean hasNext() - Specified by:
- hasNextin interface- Iterator<SelectItem>
 
 - 
nextpublic SelectItem next() - Specified by:
- nextin interface- Iterator<SelectItem>
 
 - 
removepublic void remove() - Specified by:
- removein interface- Iterator<SelectItem>
 
 - 
getCurrentComponentpublic UIComponent getCurrentComponent() 
 - 
getCurrentValuepublic Object getCurrentValue() 
 
- 
 
-