Uses of Class
jakarta.faces.component.UISelectOne
- 
Packages that use UISelectOne Package Description jakarta.faces.component.html Specialized user interface component classes for HTML.
- 
- 
Uses of UISelectOne in jakarta.faces.component.htmlSubclasses of UISelectOne in jakarta.faces.component.html Modifier and Type Class Description classHtmlSelectOneListboxRepresents a single-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classHtmlSelectOneMenuRepresents a single-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.classHtmlSelectOneRadioRepresents a single-selection component that is rendered as a set of HTMLinputelements of typeradio.
 
-