public class SelectItemsIterator extends Object implements Iterator<SelectItem>
| Constructor and Description | 
|---|
| SelectItemsIterator(UIComponent selectItemsParent,
                   FacesContext facesContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| UIComponent | getCurrentComponent() | 
| Object | getCurrentValue() | 
| boolean | hasNext() | 
| SelectItem | next() | 
| void | remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SelectItemsIterator(UIComponent selectItemsParent, FacesContext facesContext)
public boolean hasNext()
hasNext in interface Iterator<SelectItem>public SelectItem next()
next in interface Iterator<SelectItem>public void remove()
remove in interface Iterator<SelectItem>public UIComponent getCurrentComponent()
public Object getCurrentValue()
Copyright © 2022 The Apache Software Foundation. All rights reserved.