* @param context the faces context
* @param component the component
* @return an {@link Iterator} of the {@link SelectItem}s managed by the <tt>component</tt>
*/
protected Iterator<SelectItem> getSelectItemsIterator(FacesContext context, UIComponent component) {
return new SelectItemsIterator(context, component);
}