java.lang.Objectjavax.faces.component.SelectItemsIterator
All Implemented Interfaces:
Iterator
Package private class for iterating over the set of SelectItem s for a parent UISelectMany or UISelectOne .
// RELEASE_PENDING (rlubke,driscoll) performanc reviewConstructor: |
---|
Construct an iterator instance for the specified parent component.
|
Method from javax.faces.component.SelectItemsIterator Summary: |
---|
hasNext, next, remove |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.component.SelectItemsIterator Detail: |
---|
Return |
Return the next element in the iteration. |
Throw UnsupportedOperationException. |