Package | Description |
---|---|
javax.faces.model | |
org.apache.myfaces.core.api.shared |
Modifier and Type | Class and Description |
---|---|
class |
SelectItemGroup
see Javadoc of JSF Specification
|
Modifier and Type | Method and Description |
---|---|
SelectItem[] |
SelectItemGroup.getSelectItems() |
Modifier and Type | Method and Description |
---|---|
void |
SelectItemGroup.setSelectItems(SelectItem[] selectItems) |
Constructor and Description |
---|
SelectItemGroup(String label,
String description,
boolean disabled,
SelectItem[] selectItems) |
Modifier and Type | Method and Description |
---|---|
SelectItem |
SelectItemsIterator.next() |
Modifier and Type | Method and Description |
---|---|
static Converter |
SharedRendererUtils.getSelectItemsValueConverter(Iterator<SelectItem> iterator,
FacesContext facesContext)
Iterates through the SelectItems with the given Iterator and tries to obtain
a by-class-converter based on the Class of SelectItem.getValue().
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.