Class UISelectItemGroups

java.lang.Object
All Implemented Interfaces:
PartialStateHolder, StateHolder, TransientStateHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder, EventListener

public class UISelectItemGroups extends UISelectItems

UISelectItemGroups is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one or more SelectItemGroup of one or more SelectItem instances to the list of available options in the parent component. This component accepts only children of type UISelectItems or UISelectItem. The value attribute of this component, set either directly, or acquired indirectly via a ValueExpression, can be an array or Iterable of items of any type which is acceptable by the value attribute of any nested UISelectItems or UISelectItem component.

Since:
4.0