| Package | Description |
|---|---|
| com.sun.faces.renderkit | |
| com.sun.faces.renderkit.html_basic | |
| jakarta.faces.model |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectItemsIterator<T extends SelectItem>
Package private class for iterating over the set of
SelectItems for a parent UISelectMany or
UISelectOne. |
| Modifier and Type | Method and Description |
|---|---|
SelectItem |
SelectItemsIterator.next()
Return the next element in the iteration.
|
| Modifier and Type | Method and Description |
|---|---|
static SelectItemsIterator<SelectItem> |
RenderKitUtils.getSelectItems(FacesContext context,
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 void |
RadioRenderer.renderLabel(ResponseWriter writer,
UIComponent component,
String forClientId,
SelectItem curItem,
HtmlBasicRenderer.OptionComponentInfo optionInfo) |
protected void |
SelectManyCheckboxListRenderer.renderOption(FacesContext context,
UIComponent component,
Converter converter,
SelectItem curItem,
Object currentSelections,
Object[] submittedValues,
boolean alignVertical,
int itemNumber,
HtmlBasicRenderer.OptionComponentInfo optionInfo) |
protected void |
RadioRenderer.renderOption(FacesContext context,
UIComponent component,
Converter converter,
SelectItem curItem,
Object currentSelections,
Object[] submittedValues,
boolean alignVertical,
int itemNumber,
HtmlBasicRenderer.OptionComponentInfo optionInfo) |
protected boolean |
MenuRenderer.renderOption(FacesContext context,
UIComponent component,
UIComponent selectComponent,
Converter<?> converter,
SelectItem curItem,
Object currentSelections,
Object[] submittedValues,
HtmlBasicRenderer.OptionComponentInfo optionInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
MenuRenderer.renderOptions(FacesContext context,
UIComponent component,
SelectItemsIterator<SelectItem> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectItemGroup
SelectItemGroup is a subclass of
SelectItem that identifies a set of options that will be
made available as a subordinate "submenu" or "options list", depending upon the requirements of the
UISelectMany or UISelectOne renderer that is actually used. |
| Modifier and Type | Method and Description |
|---|---|
SelectItem[] |
SelectItemGroup.getSelectItems()
Return the set of subordinate
SelectItems for this group. |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectItemGroup.setSelectItems(SelectItem[] selectItems)
Set the set of subordinate
SelectItems for this group. |
| Constructor and Description |
|---|
SelectItemGroup(String label,
String description,
boolean disabled,
SelectItem[] selectItems)
Construct a
SelectItemGroup with the specified properties. |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.