| Package | Description | 
|---|---|
| javax.faces.model | 
| 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 © 2019 Eclipse Foundation.
Use is subject to license terms.