private static final class SelectItemsIterator.ArrayIterator extends SelectItemsIterator.GenericObjectSelectItemIterator
SelectItem
s, 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() |
getSelectItemFor
private 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()