Uses of Class
jakarta.faces.component.UISelectItem
Packages that use UISelectItem
-
Uses of UISelectItem in jakarta.faces.component
Subclasses of UISelectItem in jakarta.faces.componentModifier and TypeClassDescriptionclass
UISelectItemGroup is a component that may be nested inside aUISelectMany
orUISelectOne
component, and causes the addition of oneSelectItemGroup
of one or moreSelectItem
instances to the list of available options in the parent component.