Top Description Fields Constructors Methods
jakarta.faces.component

public Class UISelectItemGroup

extends UISelectItem
Class Inheritance
Static Imports
com.sun.faces.util.SelectItemUtils.collectSelectItems, .SelectItemUtils.createSelectItem

UISelectItemGroup is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one 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.

Since
4.0

Field Summary

Modifier and TypeField and Description
public static final String
COMPONENT_TYPE

Hides jakarta.faces.component.UISelectItem.COMPONENT_TYPE.

The standard component type for this component.

Inherited from jakarta.faces.component.UISelectItem:
COMPONENT_FAMILY

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public Object
getValue()

Overrides jakarta.faces.component.UISelectItem.getValue.

Return a new SelectItemGroup instance containing one or more SelectItem instances represented by any nested UISelectItems or UISelectItem components.

Inherited from jakarta.faces.component.UISelectItem:
getFamilygetItemDescriptiongetItemLabelgetItemValueisItemDisabledisItemEscapedisNoSelectionOptionsetItemDescriptionsetItemDisabledsetItemEscapedsetItemLabelsetItemValuesetNoSelectionOptionsetValue

Field Detail

COMPONENT_TYPEback to summary
public static final String COMPONENT_TYPE

Hides jakarta.faces.component.UISelectItem.COMPONENT_TYPE.

The standard component type for this component.

Constructor Detail

UISelectItemGroupback to summary
public UISelectItemGroup()

Method Detail

getValueback to summary
public Object getValue()

Overrides jakarta.faces.component.UISelectItem.getValue.

Return a new SelectItemGroup instance containing one or more SelectItem instances represented by any nested UISelectItems or UISelectItem components.

Returns:Object

Doc from jakarta.faces.component.UISelectItem.getValue.

the value.

Annotations
@Override