Uses of Class
com.sun.faces.renderkit.SelectItemsIterator
Packages that use SelectItemsIterator
-
Uses of SelectItemsIterator in com.sun.faces.renderkit
Methods in com.sun.faces.renderkit that return SelectItemsIteratorModifier 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
Methods in com.sun.faces.renderkit.html_basic with parameters of type SelectItemsIteratorModifier and TypeMethodDescriptionprotected int
MenuRenderer.renderOptions
(FacesContext context, UIComponent component, SelectItemsIterator<SelectItem> items)