Uses of Class
com.sun.faces.renderkit.SelectItemsIterator
-
Uses of SelectItemsIterator in com.sun.faces.renderkit
Modifier and TypeMethodDescriptionstatic SelectItemsIterator
<SelectItem> RenderKitUtils.getSelectItems
(FacesContext context, UIComponent component) Return a List ofSelectItem
instances representing the available options for this component, assembled from the set ofUISelectItem
and/orUISelectItems
components that are direct children of this component. -
Uses of SelectItemsIterator in com.sun.faces.renderkit.html_basic
Modifier and TypeMethodDescriptionprotected int
MenuRenderer.renderOptions
(FacesContext context, UIComponent component, SelectItemsIterator<SelectItem> items)