Package | Description |
---|---|
com.sun.faces.renderkit | |
com.sun.faces.renderkit.html_basic |
Modifier and Type | Method and Description |
---|---|
static SelectItemsIterator<javax.faces.model.SelectItem> |
RenderKitUtils.getSelectItems(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Return a List of
SelectItem
instances representing the available options for this component,
assembled from the set of UISelectItem
and/or UISelectItems components that are
direct children of this component. |
Modifier and Type | Method and Description |
---|---|
protected int |
MenuRenderer.renderOptions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
SelectItemsIterator<javax.faces.model.SelectItem> items) |
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.