Package | Description |
---|---|
javax.faces.model |
Standard model data
beans for JavaServer Faces.
|
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
SelectItem s for this group. |
Modifier and Type | Method and Description |
---|---|
void |
SelectItemGroup.setSelectItems(SelectItem[] selectItems)
Set the set of subordinate
SelectItem s for this group. |
Constructor and Description |
---|
SelectItemGroup(String label,
String description,
boolean disabled,
SelectItem[] selectItems)
Construct a
SelectItemGroup with the specified
properties. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.