Uses of Class
jakarta.faces.component.UISelectItem
-
Packages that use UISelectItem Package Description com.sun.faces.renderkit.html_basic jakarta.faces.component Fundamental APIs for user interface components. -
-
Uses of UISelectItem in com.sun.faces.renderkit.html_basic
Subclasses of UISelectItem in com.sun.faces.renderkit.html_basic Modifier and Type Class Description static classRadioRenderer.GroupSelectItemUsed 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
Subclasses of UISelectItem in jakarta.faces.component Modifier and Type Class Description classUISelectItemGroupUISelectItemGroup is a component that may be nested inside aUISelectManyorUISelectOnecomponent, and causes the addition of oneSelectItemGroupof one or moreSelectIteminstances to the list of available options in the parent component.
-