private static final class SelectItemsIterator.ArrayIterator extends SelectItemsIterator.GenericObjectSelectItemIterator
SelectItems, generic Objects,
or combintations of both.
A single GenericObjectSelectItem will be leverage for any
non-SelectItem objects encountered.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
array |
private int |
count |
private FacesContext |
ctx |
private int |
index |
sourceComponent| Modifier | Constructor and Description |
|---|---|
private |
ArrayIterator(FacesContext ctx,
UISelectItems sourceComponent,
java.lang.Object array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
SelectItem |
next() |
void |
remove() |
getSelectItemForprivate FacesContext ctx
private java.lang.Object array
private int count
private int index
private ArrayIterator(FacesContext ctx, UISelectItems sourceComponent, java.lang.Object array)
public boolean hasNext()
public SelectItem next()
public void remove()