Uses of Class
jakarta.faces.component.UISelectItem
-
Uses of UISelectItem in com.sun.faces.renderkit.html_basic
Modifier and TypeClassDescriptionstatic class
Used when a<h:selectOneRadio group>
doesn't have a select item; it will then get it via first radio of the group. -
Uses of UISelectItem in jakarta.faces.component
Modifier 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.